Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 37981 invoked from network); 6 Feb 2008 15:21:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 15:21:34 -0000 Received: (qmail 9777 invoked by uid 500); 6 Feb 2008 15:21:27 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 9764 invoked by uid 500); 6 Feb 2008 15:21:27 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 9755 invoked by uid 99); 6 Feb 2008 15:21:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 07:21:27 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 15:21:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A660771408D for ; Wed, 6 Feb 2008 07:21:11 -0800 (PST) Message-ID: <15031641.1202311271678.JavaMail.jira@brutus> Date: Wed, 6 Feb 2008 07:21:11 -0800 (PST) From: "Balaji Ravi (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-1419) JMS Server Response headers not populated properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org JMS Server Response headers not populated properly -------------------------------------------------- Key: CXF-1419 URL: https://issues.apache.org/jira/browse/CXF-1419 Project: CXF Issue Type: Bug Components: Transports Reporter: Balaji Ravi Fix For: 2.1 In a out interceptor for a server response, if i populate a JMS header in the JMS_SERVER_RESPONSE headers. I do not get it back in the JMS_CLIENT_RESPONSE headers. It looks like when handling the output message in JMSDestination, the JMS_SERVER_RESPONSE is got from the inMessage instead of the outMessage. I have attached a patch for fixing this issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.