You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jan Topi&#324;ski (JIRA)" <ji...@apache.org> on 2007/12/18 12:25:26 UTC

[jira] Created: (SM-1177) When service called via jsr181 proxy returns stack trace with CDATA element, resulting XML is not valid

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&#324;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  "]]&gt;" sequences. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1177) When service called via jsr181 proxy returns stack trace with CDATA element, resulting XML is not valid

Posted by "Jan Topi&#324;ski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40881 ] 

Jan Topi&#324;ski commented on SM-1177:
---------------------------------------

Jira renders & g t ; as > :)

> 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&#324;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  "]]&gt;" sequences. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.