NPE in JaxWsServiceConfiguration
--------------------------------
Key: CXF-1513
URL: https://issues.apache.org/jira/browse/CXF-1513
Project: CXF
Issue Type: Bug
Affects Versions: 2.0.5
Reporter: Thomas Diesler
[EMAIL PROTECTED] trunk]$ ant -Dtest=jaxws/handlerscope test
tests-run-internal:
[junit] Running org.jboss.test.ws.jaxws.handlerscope.HandlerScopeTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 5.689 sec
[junit] Test org.jboss.test.ws.jaxws.handlerscope.HandlerScopeTestCase
FAILED
java.lang.NullPointerException
at
org.apache.cxf.jaxws.support.JaxWsServiceConfiguration.getInParameterName(JaxWsServiceConfiguration.java:208)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.getInParameterName(ReflectionServiceFactoryBean.java:1719)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.getInPartName(ReflectionServiceFactoryBean.java:1699)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeParameter(ReflectionServiceFactoryBean.java:592)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeClassInfo(ReflectionServiceFactoryBean.java:569)
at
org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.initializeWSDLOperation(JaxWsServiceFactoryBean.java:173)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeWSDLOperations(ReflectionServiceFactoryBean.java:482)
at
org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.initializeWSDLOperations(JaxWsServiceFactoryBean.java:182)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:280)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:366)
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.jaxws.ServiceImpl.createPort(ServiceImpl.java:353)
at org.apache.cxf.jaxws.ServiceImpl.getPort(ServiceImpl.java:265)
at javax.xml.ws.Service.getPort(Service.java:120)
at
org.jboss.test.ws.jaxws.handlerscope.HandlerScopeTestCase.testClientAccess(HandlerScopeTestCase.java:54)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.