[
https://issues.apache.org/jira/browse/CXF-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jimma updated CXF-2834:
-----------------------
Summary: JAXWS2.2:MAPCodec.restoreExchange() does not honor the
addressingDisabled property (was: JAXWS2.2:MAPCodec.restoreExchange() does not
honor the addressingDisabled")
Assignee: jimma
Fix Version/s: 2.2.9
Affects Version/s: 2.2.8
Description:
When the dispatch is created with AddressingFeature(false),
dispatch = service.createDispatch(port, SOAPMessage.class,
javax.xml.ws.Service.Mode.MESSAGE, new AddressingFeature(false))
The MAPCodec will abort the InterceptorChain because there is no correlated
message and SOAPFaultException will not be thrown correctly .
We should check if the AdressinFeacture is disabled before abort all the
interceptorChain .
Component/s: WS-* Components
> JAXWS2.2:MAPCodec.restoreExchange() does not honor the addressingDisabled
> property
> ----------------------------------------------------------------------------------
>
> Key: CXF-2834
> URL: https://issues.apache.org/jira/browse/CXF-2834
> Project: CXF
> Issue Type: Bug
> Components: WS-* Components
> Affects Versions: 2.2.8
> Reporter: jimma
> Assignee: jimma
> Fix For: 2.2.9
>
>
> When the dispatch is created with AddressingFeature(false),
> dispatch = service.createDispatch(port, SOAPMessage.class,
> javax.xml.ws.Service.Mode.MESSAGE, new AddressingFeature(false))
> The MAPCodec will abort the InterceptorChain because there is no correlated
> message and SOAPFaultException will not be thrown correctly .
> We should check if the AdressinFeacture is disabled before abort all the
> interceptorChain .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.