You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2008/04/08 17:39:25 UTC

[jira] Commented: (CXF-1513) NPE in JaxWsServiceConfiguration

    [ https://issues.apache.org/jira/browse/CXF-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586851#action_12586851 ] 

Thomas Diesler commented on CXF-1513:
-------------------------------------

[tdiesler@tddell trunk]$ ant -Dtest=jaxws/jbws1694 test

tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.jbws1694.JBWS1694TestCase
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 7.319 sec
    [junit] Test org.jboss.test.ws.jaxws.jbws1694.JBWS1694TestCase FAILED

java.lang.NullPointerException
        at org.apache.cxf.jaxws.support.JaxWsServiceConfiguration.getInPartName(JaxWsServiceConfiguration.java:199)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.getInPartName(ReflectionServiceFactoryBean.java:1704)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeParameter(ReflectionServiceFactoryBean.java:615)
        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.jbws1694.JBWS1694TestCase.testInheritanceRpc(JBWS1694TestCase.java:51)


> 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
>
> [tdiesler@tddell 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.