[esb-java-dev] [jira] Created: (ESBJAVA-578) when storing text as a property, < is correctly translated on the way in, but when accessing the property, it remains as <
michael williams (JIRA)
jira at wso2.org
Thu Nov 6 14:25:42 PST 2008
when storing text as a property, < is correctly translated on the way in, but when accessing the property, it remains as <
-----------------------------------------------------------------------------------------------------------------------------
Key: ESBJAVA-578
URL: https://wso2.org/jira/browse/ESBJAVA-578
Project: WSO2 ESB
Issue Type: Bug
Affects Versions: 1.7.1
Environment: linux, ESB 1.7.1
Reporter: michael williams
Assignee: Ruwan Linton
I'm setting a property to be something like <Element Name>value</Element Name> as text instead of XML fragment. I have reasons for doing this ... when I look at the configuration file, the local entry is stored as: <Element Name%gt;value</Element Name> as would be expected. However, when I retrieve the property inside using an expression (adding it to a header), the result is: <Element Name>value</ElementName> ... such that the < remains as < ... this behavior makes the result unusable as the message content especially for use on the Callout Mediator.
Please help!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Esb-java-dev
mailing list