Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 43807 invoked from network); 18 Sep 2009 22:16:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Sep 2009 22:16:17 -0000 Received: (qmail 42424 invoked by uid 500); 18 Sep 2009 22:16:17 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 42329 invoked by uid 500); 18 Sep 2009 22:16:17 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 42307 invoked by uid 500); 18 Sep 2009 22:16:16 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 42301 invoked by uid 99); 18 Sep 2009 22:16:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 22:16:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 22:16:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 05582234C044 for ; Fri, 18 Sep 2009 15:15:52 -0700 (PDT) Message-ID: <2041993659.1253312152011.JavaMail.jira@brutus> Date: Fri, 18 Sep 2009 15:15:52 -0700 (PDT) From: "William Tam (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-1994) WS-Adressing: No headers in the respose, [MAPs retrieved from message null] In-Reply-To: <766040879.1252341852173.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Tam updated CAMEL-1994: ------------------------------- Attachment: wsa-test.patch Hi Shailesh, thanks for the patience. I created a smaller test case (wsa-test.patch) and I did see WS Addressing headers getting propagated in both directions (request and response). However, the test client did not receive the response properly. Willem has agreed to look into the issue. > WS-Adressing: No headers in the respose, [MAPs retrieved from message null] > --------------------------------------------------------------------------- > > Key: CAMEL-1994 > URL: https://issues.apache.org/activemq/browse/CAMEL-1994 > Project: Apache Camel > Issue Type: Bug > Components: camel-cxf > Affects Versions: 2.0.0 > Environment: Windows XP, Camel 2.0.0, JDK 1.5, Soap-UI > Reporter: Shailesh Soliwal > Assignee: William Tam > Attachments: ebxml_request.xml, IHEXDS.zip, logs.txt, wsa-test.patch > > > I am using a cxf endpoint configured in POJO mode and running in wsdl-first-approach. When a web-service client(Soap-UI) send a request with headers, it expects headers back with appropriate response Action defined in wsdl, however, with this configuration no headers are not being sent back. > Error seen on debug logs: > ContextUtils DEBUG retrieving MAPs from context property javax.xml.ws.addressing.context.inbound > ContextUtils WARN WS-Addressing - failed to retrieve Message Addressing Properties from context > MAPAggregator DEBUG MAPs retrieved from message null > ContextUtils DEBUG retrieving MAPs from context property javax.xml.ws.addressing.context.outbound > ContextUtils WARN WS-Addressing - failed to retrieve Message Addressing Properties from context > ContextUtils DEBUG retrieving MAPs from context property javax.xml.ws.addressing.context.outbound > ContextUtils WARN WS-Addressing - failed to retrieve Message Addressing Properties from context > Please find attached detailed logs, a sample project, and a sample xml request. > Some more details: > Endpoint configuration: CxfEndpoint, WSAdressing Feature enabled, Wsdl First approach > Camel Version: 2.0.0 > CXF Version: 2.2.2 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.