Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF46CFFD8 for ; Tue, 26 Mar 2013 14:59:15 +0000 (UTC) Received: (qmail 35530 invoked by uid 500); 26 Mar 2013 14:59:15 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 35461 invoked by uid 500); 26 Mar 2013 14:59:15 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 35394 invoked by uid 99); 26 Mar 2013 14:59:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Mar 2013 14:59:15 +0000 Date: Tue, 26 Mar 2013 14:59:15 +0000 (UTC) From: "Aki Yoshida (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-4920) TransformationInInterceptor fails when XML contains same namespace with different prefixes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-4920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13614085#comment-13614085 ] Aki Yoshida commented on CXF-4920: ---------------------------------- Hi Piotr, thanks. I can now see the problem. regards, aki > TransformationInInterceptor fails when XML contains same namespace with different prefixes > ------------------------------------------------------------------------------------------ > > Key: CXF-4920 > URL: https://issues.apache.org/jira/browse/CXF-4920 > Project: CXF > Issue Type: Bug > Components: Core > Affects Versions: 2.3, 2.4, 2.5, 2.6, 2.7.3, 2.8.0 > Environment: FuseESB 4.4.1-07-11 on SLES > Reporter: Piotr Klimczak > Assignee: Aki Yoshida > Priority: Critical > Labels: core, failed, interceptors, missing, namespace, prefix, transform > Attachments: CXF4920.diff, CXF4920-v2.5.X.diff, CXF4920-v2.6.X.diff > > > TransformationInInterceptor fails when XML contains same namespace with different prefixes. > So for example this will fail: > {code} > > ... > > > ... > > {code} > as for "q2:SwiftWireTransfer" the prefix q2 would be never found due to internal cache strategy. > So the above bug blocks usage of such kind of XML message. > Of cource using different prefixes for same namespaces is not a good practice, but when there is a need to "talk" with external vendor software (as in my situation) there might be no chance to fix it on second side. > I have this already fixed. > Will apply patch in few moments. > Greetings, > Piotr Klimczak -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira