0
안녕하세요 대상 폴더에로드 된 Wildfly 10이 포함 된 Arquillian을 설정했습니다.Aquillian NoClassDefFoundError 오류를 수정하는 방법
나는 순간에 두 개의 실수를 참조하십시오
Cannot not load JBoss LogManager. The LogManager has likely been accessed prior to this initialization.
java.lang.NoClassDefFoundError: org/jboss/remoting3/spi/ConnectionProviderFactory
내가 무시할 수 있기를 바랍니다 첫 번째. 내가 풀 수없는 두 번째. 왜 그런가?
ejb는 JNDI를 통해 4 개의 외부 ejbs에 종속됩니다. arquillian.xml에서이 종속성에 대해서는 언급하지 않았습니다.
<arquillian xmlns="http://jboss.org/schema/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<container qualifier="wildfly10" default="true">
<configuration>
<property name="jbossHome">target/wildfly-10.0.0.Final/</property>
<property name="modulePath">target/wildfly-10.0.0.Final/modules</property>
</configuration>
</container>
</arquillian>
어디에서 두 번째 오류가 발생합니까? 어떻게 해결할 수 있습니까?
덕분에, 마르쿠스