Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 13361 invoked from network); 3 Nov 2006 14:10:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2006 14:10:57 -0000 Received: (qmail 58717 invoked by uid 500); 3 Nov 2006 14:11:08 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 58691 invoked by uid 500); 3 Nov 2006 14:11:07 -0000 Mailing-List: contact cxf-dev-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-dev@incubator.apache.org Received: (qmail 58682 invoked by uid 99); 3 Nov 2006 14:11:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 06:11:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of conrad.odea@iona.com designates 65.223.216.181 as permitted sender) Received: from [65.223.216.181] (HELO amereast-smg1.iona.com) (65.223.216.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 06:10:51 -0800 Received: from emea-ems1.ionaglobal.com ([10.2.1.125]) by amereast-smg1.iona.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id kA3EA1pu021626 for ; Fri, 3 Nov 2006 09:10:16 -0500 (EST) Received: from phrenology.dublin.emea.iona.com ([10.2.3.106]) by emea-ems1.ionaglobal.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 3 Nov 2006 14:10:25 +0000 Subject: setting MessageContext.HTTP_RESPONSE_CODE From: "Conrad O'Dea" To: cxf-dev@incubator.apache.org Content-Type: text/plain Date: Fri, 03 Nov 2006 14:11:33 +0000 Message-Id: <1162563093.5363.30.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Nov 2006 14:10:25.0350 (UTC) FILETIME=[CECB4660:01C6FF51] X-Virus-Checked: Checked by ClamAV on apache.org Howdy, following on from getting the response headers working, I've found that setting javax.xml.ws.handlers.MessageContext.HTTP_REPONSE_CODE on the message context in a service implementation does not work. I've created a JIRA for this: https://issues.apache.org/jira/browse/CXF-207 There's a patch attached which fixes this problem. With this in place, the service I'm porting now works on CXF which is great as this solves some other difficulties we were having with the Celtix based implementation. Getting this patch applied and having a SNAPSHOT published would be great. thanks Conrad