-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Issue JBWS-1511 added support for the MessageFactory to preserve comments and text nodes.
This Jira issue is to add tests for these messages being sent across the wire and to fix the associated issues.
- SOAPMessage.writeTo comments after body were not escaped.
- SOAPElementImpl was trimming text nodes so they were getting dropped.
Then running the test suite there were problems in the following areas: -
- A number of areas did not expect child nodes to be text nodes and were thrown ClassCastExceptions so have changed to skip these.
- A number of tests also did not expect this so have changed these tests to call getChildElements and pass in the expected name so the text nodes will not be returned.
- blocks
-
JBWS-1651 Merge To Trunk - JBWS-1647 - Text Node Preservation For Messages Sent Across The Wire
- Closed
- is incorporated by
-
JBPAPP-268 JBossWS - MessageFactory does not preserve comments and text nodes.
- Closed
-
JBPAPP-272 JBossWS - Text Node Preservation For Messages Sent Across The Wire
- Closed
- relates to
-
JBWS-1511 MessageFactory does not preserve comments
- Closed