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 2007/07/24 15:51:31 UTC

[jira] Created: (CXF-830) Investigate JBossWS-CXF endpoint handlerchain

Investigate JBossWS-CXF endpoint handlerchain
---------------------------------------------

                 Key: CXF-830
                 URL: https://issues.apache.org/jira/browse/CXF-830
             Project: CXF
          Issue Type: Task
    Affects Versions: 2.0
         Environment: http://jira.jboss.org/jira/browse/JBWS-1751
            Reporter: thomas diesler


tdiesler@tddell xfire]$ ant -Dtest=jaxws/samples/handlerchain test
Buildfile: build.xml

tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 24.105 sec
    [junit] Test org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase FAILED

13:49:49,934 ERROR [STDERR] Jul 24, 2007 1:49:49 PM org.apache.cxf.jaxws.handler.HandlerChainInvoker invokeHandleMessage
WARNING: HANDLER_RAISED_RUNTIME_EXCEPTION
java.lang.NullPointerException
        at org.apache.cxf.staxutils.StaxUtils.readDocElements(StaxUtils.java:614)
        at org.apache.cxf.binding.soap.saaj.SAAJInInterceptor.handleMessage(SAAJInInterceptor.java:107)
        at org.apache.cxf.jaxws.handler.soap.SOAPMessageContextImpl.getMessage(SOAPMessageContextImpl.java:80)
        at org.jboss.test.ws.jaxws.samples.handlerchain.ServerMimeHandler.handleInbound(ServerMimeHandler.java:49)
        at org.jboss.wsf.test.GenericHandler.handleMessage(GenericHandler.java:53)
        at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandleMessage(HandlerChainInvoker.java:336)
        at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandlerChain(HandlerChainInvoker.java:259)
        at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeProtocolHandlers(HandlerChainInvoker.java:135)
        at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessageInternal(SOAPHandlerInterceptor.java:129)
        at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:109)
        at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:59)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:206)
[ Show » ]
Thomas Diesler [24/Jul/07 07:57 AM] [tdiesler@tddell xfire]$ ant -Dtest=jaxws/samples/handlerchain test Buildfile: build.xml tests-run-internal:     [junit] Running org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase     [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 24.105 sec     [junit] Test org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase FAILED 13:49:49,934 ERROR [STDERR] Jul 24, 2007 1:49:49 PM org.apache.cxf.jaxws.handler.HandlerChainInvoker invokeHandleMessage WARNING: HANDLER_RAISED_RUNTIME_EXCEPTION java.lang.NullPointerException         at org.apache.cxf.staxutils.StaxUtils.readDocElements(StaxUtils.java:614)         at org.apache.cxf.binding.soap.saaj.SAAJInInterceptor.handleMessage(SAAJInInterceptor.java:107)         at org.apache.cxf.jaxws.handler.soap.SOAPMessageContextImpl.getMessage(SOAPMessageContextImpl.java:80)         at org.jboss.test.ws.jaxws.samples.handlerchain.ServerMimeHandler.handleInbound(ServerMimeHandler.java:49)         at org.jboss.wsf.test.GenericHandler.handleMessage(GenericHandler.java:53)         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandleMessage(HandlerChainInvoker.java:336)         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandlerChain(HandlerChainInvoker.java:259)         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeProtocolHandlers(HandlerChainInvoker.java:135)         at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessageInternal(SOAPHandlerInterceptor.java:129)         at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:109)         at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:59)         at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:206)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-830) Investigate JBossWS-CXF endpoint handlerchain

Posted by "Thomas Diesler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler resolved CXF-830.
--------------------------------

    Resolution: Won't Fix

> Investigate JBossWS-CXF endpoint handlerchain
> ---------------------------------------------
>
>                 Key: CXF-830
>                 URL: https://issues.apache.org/jira/browse/CXF-830
>             Project: CXF
>          Issue Type: Task
>    Affects Versions: 2.0
>         Environment: http://jira.jboss.org/jira/browse/JBWS-1751
>            Reporter: Thomas Diesler
>
> tdiesler@tddell xfire]$ ant -Dtest=jaxws/samples/handlerchain test
> Buildfile: build.xml
> tests-run-internal:
>     [junit] Running org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase
>     [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 24.105 sec
>     [junit] Test org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase FAILED
> 13:49:49,934 ERROR [STDERR] Jul 24, 2007 1:49:49 PM org.apache.cxf.jaxws.handler.HandlerChainInvoker invokeHandleMessage
> WARNING: HANDLER_RAISED_RUNTIME_EXCEPTION
> java.lang.NullPointerException
>         at org.apache.cxf.staxutils.StaxUtils.readDocElements(StaxUtils.java:614)
>         at org.apache.cxf.binding.soap.saaj.SAAJInInterceptor.handleMessage(SAAJInInterceptor.java:107)
>         at org.apache.cxf.jaxws.handler.soap.SOAPMessageContextImpl.getMessage(SOAPMessageContextImpl.java:80)
>         at org.jboss.test.ws.jaxws.samples.handlerchain.ServerMimeHandler.handleInbound(ServerMimeHandler.java:49)
>         at org.jboss.wsf.test.GenericHandler.handleMessage(GenericHandler.java:53)
>         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandleMessage(HandlerChainInvoker.java:336)
>         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandlerChain(HandlerChainInvoker.java:259)
>         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeProtocolHandlers(HandlerChainInvoker.java:135)
>         at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessageInternal(SOAPHandlerInterceptor.java:129)
>         at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:109)
>         at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:59)
>         at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:206)
> [ Show » ]
> Thomas Diesler [24/Jul/07 07:57 AM] [tdiesler@tddell xfire]$ ant -Dtest=jaxws/samples/handlerchain test Buildfile: build.xml tests-run-internal:     [junit] Running org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase     [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 24.105 sec     [junit] Test org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase FAILED 13:49:49,934 ERROR [STDERR] Jul 24, 2007 1:49:49 PM org.apache.cxf.jaxws.handler.HandlerChainInvoker invokeHandleMessage WARNING: HANDLER_RAISED_RUNTIME_EXCEPTION java.lang.NullPointerException         at org.apache.cxf.staxutils.StaxUtils.readDocElements(StaxUtils.java:614)         at org.apache.cxf.binding.soap.saaj.SAAJInInterceptor.handleMessage(SAAJInInterceptor.java:107)         at org.apache.cxf.jaxws.handler.soap.SOAPMessageContextImpl.getMessage(SOAPMessageContextImpl.java:80)         at org.jboss.test.ws.jaxws.samples.handlerchain.ServerMimeHandler.handleInbound(ServerMimeHandler.java:49)         at org.jboss.wsf.test.GenericHandler.handleMessage(GenericHandler.java:53)         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandleMessage(HandlerChainInvoker.java:336)         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandlerChain(HandlerChainInvoker.java:259)         at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeProtocolHandlers(HandlerChainInvoker.java:135)         at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessageInternal(SOAPHandlerInterceptor.java:129)         at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:109)         at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:59)         at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:206)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.