Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 61674 invoked from network); 5 Dec 2006 12:45:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 12:45:43 -0000 Received: (qmail 17074 invoked by uid 500); 5 Dec 2006 12:45:51 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 17058 invoked by uid 500); 5 Dec 2006 12:45:51 -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 17049 invoked by uid 99); 5 Dec 2006 12:45:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 04:45:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Tue, 05 Dec 2006 04:45:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 59CB77142BF for ; Tue, 5 Dec 2006 04:45:22 -0800 (PST) Message-ID: <12738206.1165322722364.JavaMail.jira@brutus> Date: Tue, 5 Dec 2006 04:45:22 -0800 (PST) From: "Ajay Paibir (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-289) Adding of Root Node in XMLBinding is done without a prefix. In-Reply-To: <27187761.1165322601101.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/CXF-289?page=all ] Ajay Paibir updated CXF-289: ---------------------------- Attachment: XMLMessageOutInterceptor.java > Adding of Root Node in XMLBinding is done without a prefix. > ----------------------------------------------------------- > > Key: CXF-289 > URL: http://issues.apache.org/jira/browse/CXF-289 > Project: CXF > Issue Type: Bug > Affects Versions: 2.0-M1 > Reporter: Ajay Paibir > Priority: Minor > Attachments: XMLMessageOutInterceptor.java > > > in XMLMessageOutInterceptor the xmlformat RootNode if present is added without a suitable prefix. This causes the rootNode element to be in xmlns="some namespace uri" whichis okay. But some child elements end up in this namespace since they are not qualified. > A typical XMLMessage generated for soap_header.wsdl in testutil. is > > > in request type > > > in originator > in message > > > So the elements should be in http://apache.org/headers/types but actually end up in http://apache.org/headers. > The fix for this in XMLMessageOutInterceptors which is attached with this bug description. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira