Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-2834

JAXWS2.2:MAPCodec.restoreExchange() does not honor the addressingDisabled property

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.8
    • 2.2.9
    • WS-* Components
    • None

    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 .

      Attachments

        Activity

          People

            ema Jim Ma
            ema Jim Ma
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: