Cannot enrich from a source property of type OMText
---------------------------------------------------
Key: SYNAPSE-779
URL: https://issues.apache.org/jira/browse/SYNAPSE-779
Project: Synapse
Issue Type: Bug
Reporter: Kasun Indrasiri
Priority: Critical
Say we have the following configuration to extract a text as a property.
<enrich>
<source clone="true"
xpath="//foo/bar/a/text()" />
<target type="property" property="TEXT_VAL"/>
</enrich>
Now we cannot enrich from the property we extracted from above enrich mediator.
<enrich>
<source type="property" property="TEXT_VAL"/>
<target xpath="//a/bar/c/text()"/>
</enrich>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]