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
[EMAIL PROTECTED] 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] [EMAIL PROTECTED] 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.