When service called via jsr181 proxy returns stack trace with CDATA element,
resulting XML is not valid
--------------------------------------------------------------------------------------------------------
Key: SM-1177
URL: https://issues.apache.org/activemq/browse/SM-1177
Project: ServiceMix
Issue Type: Bug
Components: servicemix-jsr181
Affects Versions: 3.2.1
Reporter: Jan Topiński
Priority: Minor
Attachments: jsr181-cdata.patch
Jsr181 proxy returns nested CDATA elements which is illegal in XML. It happens
when called service returns en exception stack wrapped in CDATA.
I've created patch that replaces all CDATA teminating sequences "]]>" with
"]]>" sequences.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.