OM Serialization drops attribute namespaces
-------------------------------------------
Key: AXIS2-192
URL: http://issues.apache.org/jira/browse/AXIS2-192
Project: Apache Axis 2.0 (Axis2)
Type: Bug
Reporter: Ruchith Udayanga Fernando
Assigned to: Eran Chinthaka
Priority: Blocker
When serilizing following OMElement
<foo xmlns:a="http://opensource.lk">
<bar1 b:attr="test attr value1"
xmlns:b="http://opensource.lk/ns1">test1</bar1>
<bar2 b:attr="test attr value2"
xmlns:b="http://opensource.lk/ns1">test2</bar2>
</foo>
Produced output is:
<foo xmlns:a="http://opensource.lk">
<bar1 b:attr="test attr value1">test1</bar1>
<bar2 b:attr="test attr value2">test2</bar2>
</foo>
Note that the attribute namespaces are missing.
This is a blocker for the WS-Security interop tests :-(
Will attach a test to reproduce the problem.
--
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