NullPointerException in ws_addressing and ws_policy samples
-----------------------------------------------------------
Key: CXF-867
URL: https://issues.apache.org/jira/browse/CXF-867
Project: CXF
Issue Type: Bug
Affects Versions: 2.0.1
Reporter: Bozhong Lin
With 2.0.1 kit, both ws_addressing and ws_policy samples run successfully,
however server spit warning message followed by a NullPointerException in
following, can some one take a loot at this?
[java] WARNING: SERVER_TRANSPORT_REBASE_FAILURE_MSG
[java] java.lang.NullPointerException
[java] at
org.apache.cxf.ws.addressing.ContextUtils.rebaseResponse(ContextUtils.java:373)
[java] at
org.apache.cxf.ws.addressing.MAPAggregator.addRoleSpecific(MAPAggregator.java:476)
[java] at
org.apache.cxf.ws.addressing.MAPAggregator.aggregate(MAPAggregator.java:353)
[java] at
org.apache.cxf.ws.addressing.MAPAggregator.mediate(MAPAggregator.java:307)
[java] at
org.apache.cxf.ws.addressing.MAPAggregator.handleMessage(MAPAggregator.java:132)
[java] at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
[java] at
org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:90)
[java] at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:224)
[java] at
org.apache.cxf.phase.PhaseInterceptorChain.resume(PhaseInterceptorChain.java:184)
[java] at
org.apache.cxf.ws.addressing.ContextUtils$1.run(ContextUtils.java:417)
[java] at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
[java] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
[java] at java.lang.Thread.run(Thread.java:595)
[java] Aug 1, 2007 11:13:57 AM org.apache.cxf.ws.addressing.soap.MAPCodec
encode
[java] INFO: Outbound WS-Addressing headers
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.