[jboss-jira] [JBoss JIRA] (WFLY-4122) Unable to build WildFly due to test failure "ModuleNotFoundException: org.jboss.as.webservices.server.integration:main"

Darran Lofthouse (JIRA) issues at jboss.org
Tue Nov 25 05:35:39 EST 2014


Darran Lofthouse created WFLY-4122:
--------------------------------------

             Summary: Unable to build WildFly due to test failure "ModuleNotFoundException: org.jboss.as.webservices.server.integration:main"
                 Key: WFLY-4122
                 URL: https://issues.jboss.org/browse/WFLY-4122
             Project: WildFly
          Issue Type: Bug
          Components: Web Services
            Reporter: Darran Lofthouse
            Assignee: Alessio Soldano
             Fix For: 9.0.0.Beta1
         Attachments: org.jboss.as.webservices.config.ServerConfigImplTestCase.txt, TEST-org.jboss.as.webservices.config.ServerConfigImplTestCase.xml

Currently unable to build WildFly - however this error only seems to affect a couple of users.

The build is failing at the following tests: -

{noformat}
Running org.jboss.as.webservices.config.ServerConfigImplTestCase
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE! - in org.jboss.as.webservices.config.ServerConfigImplTestCase
testSingleAttributeUpdate(org.jboss.as.webservices.config.ServerConfigImplTestCase)  Time elapsed: 0.005 sec  <<< ERROR!
java.lang.RuntimeException: org.jboss.modules.ModuleNotFoundException: org.jboss.as.webservices.server.integration:main
	at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:236)
	at org.jboss.as.webservices.util.ModuleClassLoaderProvider.getServerIntegrationClassLoader(ModuleClassLoaderProvider.java:51)
	at org.jboss.ws.common.management.AbstractServerConfig.create(AbstractServerConfig.java:335)
	at org.jboss.as.webservices.config.ServerConfigImpl.create(ServerConfigImpl.java:64)
	at org.jboss.as.webservices.config.ServerConfigImplTestCase.internalTestSingleAttributeUpdate(ServerConfigImplTestCase.java:144)
	at org.jboss.as.webservices.config.ServerConfigImplTestCase.testSingleAttributeUpdate(ServerConfigImplTestCase.java:71)

testIsModifiable(org.jboss.as.webservices.config.ServerConfigImplTestCase)  Time elapsed: 0 sec  <<< ERROR!
java.lang.RuntimeException: org.jboss.modules.ModuleNotFoundException: org.jboss.as.webservices.server.integration:main
	at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:236)
	at org.jboss.as.webservices.util.ModuleClassLoaderProvider.getServerIntegrationClassLoader(ModuleClassLoaderProvider.java:51)
	at org.jboss.ws.common.management.AbstractServerConfig.create(AbstractServerConfig.java:335)
	at org.jboss.as.webservices.config.ServerConfigImpl.create(ServerConfigImpl.java:64)
	at org.jboss.as.webservices.config.ServerConfigImplTestCase.testIsModifiable(ServerConfigImplTestCase.java:56)

testMultipleAttributesUpdate(org.jboss.as.webservices.config.ServerConfigImplTestCase)  Time elapsed: 0.002 sec  <<< ERROR!
java.lang.RuntimeException: org.jboss.modules.ModuleNotFoundException: org.jboss.as.webservices.server.integration:main
	at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:236)
	at org.jboss.as.webservices.util.ModuleClassLoaderProvider.getServerIntegrationClassLoader(ModuleClassLoaderProvider.java:51)
	at org.jboss.ws.common.management.AbstractServerConfig.create(AbstractServerConfig.java:335)
	at org.jboss.as.webservices.config.ServerConfigImpl.create(ServerConfigImpl.java:64)
	at org.jboss.as.webservices.config.ServerConfigImplTestCase.internalTestMultipleAttributeUpdate(ServerConfigImplTestCase.java:172)
	at org.jboss.as.webservices.config.ServerConfigImplTestCase.testMultipleAttributesUpdate(ServerConfigImplTestCase.java:135)


Results :

Tests in error: 
  ServerConfigImplTestCase.testSingleAttributeUpdate:71->internalTestSingleAttributeUpdate:144 » Runtime
  ServerConfigImplTestCase.testIsModifiable:56 » Runtime org.jboss.modules.Modul...
  ServerConfigImplTestCase.testMultipleAttributesUpdate:135->internalTestMultipleAttributeUpdate:172 » Runtime
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)



More information about the jboss-jira mailing list