[
http://jira.jboss.com/jira/browse/JBAS-4924?page=all ]
Scott M Stark resolved JBAS-4924.
---------------------------------
Resolution: Done
The tests fail for other reasons than passing a null ejb-class to the class loader.
16:16:42,437 INFO [TomcatDeployment] deploy, ctxPath=/jaxws-samples-webservicer
ef-servlet-client, vfsUrl=
16:16:43,875 INFO [ServletClient] doGet: HelloWorld
16:16:45,343 INFO [TestEndpointImpl] HelloWorld
16:16:45,343 INFO [TestEndpointImpl] HelloWorld
16:16:45,359 INFO [TestEndpointImpl] HelloWorld
16:16:45,375 INFO [TestEndpointImpl] HelloWorld
16:16:45,375 INFO [TestEndpointImpl] HelloWorld
16:16:45,390 INFO [TestEndpointImpl] HelloWorld
16:16:45,406 INFO [TestEndpointImpl] HelloWorld
16:16:45,421 INFO [TestEndpointImpl] HelloWorld
16:16:45,437 INFO [TestEndpointImpl] HelloWorld
16:16:45,437 INFO [TestEndpointImpl] HelloWorld
16:16:45,453 INFO [TestEndpointImpl] HelloWorld
16:16:45,468 INFO [TestEndpointImpl] HelloWorld
16:16:45,500 INFO [TestEndpointImpl] HelloWorld
16:16:45,500 INFO [TestEndpointImpl] HelloWorld
16:16:45,515 INFO [TestEndpointImpl] HelloWorld
16:16:45,609 INFO [TomcatDeployment] undeploy, ctxPath=/jaxws-samples-webservic
eref-servlet-client, vfsUrl=
16:16:45,656 INFO [TomcatDeployment] undeploy, ctxPath=/jaxws-samples-webservic
eref, vfsUrl=
16:16:45,687 INFO [DefaultEndpointRegistry] remove: jboss.ws:context=jaxws-samp
les-webserviceref,endpoint=TestEndpoint
tests-run-internal:
[junit] Running
org.jboss.test.ws.jaxws.samples.webserviceref.WebServiceRefClientTestCase
[junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 5.75 sec
[junit] Test org.jboss.test.ws.jaxws.samples.webserviceref.WebServiceRefClientTestCase
FAILED
[junit] Running
org.jboss.test.ws.jaxws.samples.webserviceref.WebServiceRefEJB3TestCase
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 3.078 sec
[junit] Test org.jboss.test.ws.jaxws.samples.webserviceref.WebServiceRefEJB3TestCase
FAILED
[junit] Running
org.jboss.test.ws.jaxws.samples.webserviceref.WebServiceRefServletTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.094 sec
NPE caused by SessionContainer.createService
--------------------------------------------
Key: JBAS-4924
URL:
http://jira.jboss.com/jira/browse/JBAS-4924
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Reporter: Thomas Diesler
Assigned To: Carlo de Wolf
Fix For: JBossAS-5.0.0.Beta3
[tdiesler@tddell jbossws-native-2.0.2]$ ant -Dtest=jaxws/samples/webserviceref test
12:14:00,604 INFO [MainDeployer] deploy,
url=file:/home/tdiesler/svn/jbossws/stack/native/branches/jbossws-native-2.0.2/output/tests/libs/jaxws-samples-webserviceref-ejb3-client.jar
12:14:01,515 WARN [CollectionPropertyHandler] ClassInfo.getDeclaredConstructor(null)
didn't work for org.jboss.metadata.ejb.spec.InterceptorClassesMetaData, found the
default ctor in ClassInfo.getDeclaredConstructors()
12:14:05,999 INFO [EjbModule] Deploying EJB3Client
12:14:07,863 ERROR [AbstractKernelController] Error installing to Create:
name=jboss.j2ee:jndiName=local/EJB3Client@9657493,service=EJB state=Configured mode=Manual
requiredState=Create
java.lang.NullPointerException
at
EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap.hash(ConcurrentReaderHashMap.java:298)
at
EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap.get(ConcurrentReaderHashMap.java:410)
at
org.jboss.mx.loading.UnifiedLoaderRepository3.getCachedClass(UnifiedLoaderRepository3.java:224)
at
org.jboss.mx.loading.RepositoryClassLoader.getCachedClass(RepositoryClassLoader.java:160)
at
org.jboss.classloading.spi.DelegatingClassLoader.loadClass(DelegatingClassLoader.java:74)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at
org.jboss.util.loading.DelegatingClassLoader.loadClass(DelegatingClassLoader.java:92)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.jboss.ejb.Container.createService(Container.java:854)
at org.jboss.ejb.SessionContainer.createService(SessionContainer.java:160)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira