[
https://issues.apache.org/activemq/browse/SMXCOMP-467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ron Gavlin updated SMXCOMP-467:
-------------------------------
Description:
It appears the smx-jms provider has a problem marshaling the following text:
{noformat}
<hello><world></hello>"
{noformat}
The JmsProviderEndpointTest.testSendSimple() has been updated in the attached
patch to expose the problem. The invalid marshaled text is as follows:
{noformat}
<hello><world></hello>
{noformat}
was:
It appears the smx-jms provider has a problem marshaling text
"<hello><world></hello>". JmsProviderEndpointTest.testSendSimple() has
been updated in the attached patch to expose the problem. The invalid marshaled
text is "<hello><world></hello>".
> Problem with smx-jms provider marshaling text "<hello><world></hello>"
> ----------------------------------------------------------------------------
>
> Key: SMXCOMP-467
> URL: https://issues.apache.org/activemq/browse/SMXCOMP-467
> Project: ServiceMix Components
> Issue Type: Bug
> Components: servicemix-jms
> Affects Versions: 3.2.3, servicemix-jms-2008.01
> Reporter: Ron Gavlin
> Attachments: smxcomp-467-test.patch
>
>
> It appears the smx-jms provider has a problem marshaling the following text:
> {noformat}
> <hello><world></hello>"
> {noformat}
> The JmsProviderEndpointTest.testSendSimple() has been updated in the attached
> patch to expose the problem. The invalid marshaled text is as follows:
> {noformat}
> <hello><world></hello>
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.