Cannot handle anonymous bare requests
-------------------------------------
Key: CXF-1510
URL: https://issues.apache.org/jira/browse/CXF-1510
Project: CXF
Issue Type: Bug
Affects Versions: 2.0.5
Reporter: Thomas Diesler
[EMAIL PROTECTED] trunk]$ ant -Dtest=jaxws/anonymous test
tests-run-internal:
[junit] Running org.jboss.test.ws.jaxws.anonymous.AnonymousTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 7.294 sec
[junit] Test org.jboss.test.ws.jaxws.anonymous.AnonymousTestCase FAILED
14:43:30,862 ERROR [[AnonymousService]] Allocate exception for servlet
AnonymousService
java.lang.NullPointerException
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.createBareMessage(ReflectionServiceFactoryBean.java:951)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:330)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:368)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:162)
at
org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:97)
at
org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:74)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.