when storing text as a property, < is correctly translated on the way in, but 
when accessing the property, it remains as &lt;
-----------------------------------------------------------------------------------------------------------------------------

                 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:  &lt;Element 
Name%gt;value&lt;/Element Name&gt; as would be expected.  However, when I 
retrieve the property inside using an expression (adding it to a header), the 
result is:  &lt;Element Name>value&lt;/ElementName> ... such that the < remains 
as &lt; ... 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

        

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to