Piotr Klimczak created CXF-4920:
-----------------------------------

             Summary: 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.7.3, 2.6, 2.5, 2.4, 2.3, 2.8.0
            Reporter: Piotr Klimczak
            Priority: Critical


TransformationInInterceptor fails when XML contains same namespace with 
different prefixes.


So for example this will fail:
{code}
<wireTransfer xmlns:q1="http://bar.com/foo"; xsi:type="q1:SwiftWireTransfer">
...
</wireTransfer>
<wireTransfer xmlns:q2="http://bar.com/foo"; xsi:type="q2:SwiftWireTransfer">
...
</wireTransfer>
{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

Reply via email to