Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-10448

MAPCodec cancel the entire Interceptor chain and throws exception when the server inboud message with RelatesTo header

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • EAP_EWP 5.3.0.ER1
    • EAP_EWP 5.1.2
    • Web Services
    • JBoss Enterprise Application 5.x with CXF

    • Hide
      In previous versions of JBoss EAP 5, using ws-addressing and the <wsa:RelatesTo> header in a request would result in the following error:
      <screen>
      [MAPCodec] Failed to correlate message, aborting dispatch.
      </screen>
      This issue has been resolved in this release by removing the correlated exchange check on the server side. This makes WSA work when the <literal>Replyto</literal> endpoint address is not a generic address and sends the SOAP response message with WSA the <literal>messageID</literal> and <literal>relatesTo</literal> header to another endpoint.
      Show
      In previous versions of JBoss EAP 5, using ws-addressing and the &lt;wsa:RelatesTo&gt; header in a request would result in the following error: <screen> [MAPCodec] Failed to correlate message, aborting dispatch. </screen> This issue has been resolved in this release by removing the correlated exchange check on the server side. This makes WSA work when the <literal>Replyto</literal> endpoint address is not a generic address and sends the SOAP response message with WSA the <literal>messageID</literal> and <literal>relatesTo</literal> header to another endpoint.
    • Documented as Resolved Issue

      Since the uncorrelatedExchanges stores the ReplysTo exchange only in client side , we can remove the correlated exchange check in the server side.
      This makes WSA work when the Replyto endpoint address is not generic address, and send the response soap message with wsa messageID and relatesTo header to another endpoint.

              rhn-support-mus Mustafa Musaji
              rhn-support-mus Mustafa Musaji
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: