Trying to enclose data with double quotes in Oracle ICS
Summary
Trying to enclose data with double quotes in Oracle ICSContent
Hi,
We are using below xpath to achieve the result
concat("<![CDATA[",'"test"',"]]>")
Expected output - <![CDATA["test"]]>
Getting below error :
- Please see the server diagnostic logs on ics_server2 for details
- oracle.fabric.common.FabricException: Operation failed - Member(Id=1, Timestamp=2017-03-02 17:07:30.963, Address=10.66.160.138:7201, MachineId=11084, Location=site:,machine:MS2,process:69039,member:ics_server2, Role=WeblogicServer):Error occurred during deployment of component: TESTASYNCTOSF to service engine: implementation.bpel, for composite: TESTASYNCTOSF: ORABPEL-05215 Error while loading process. The process domain is encountering the following errors while loading the process "TESTASYNCTOSF" (composite "default/TESTASYNCTOSF!01.00.0000*soa_3c19fa4b-01ad-4731-9df6-9dba20630c7e"): BPEL 1.1 compilation failed: TESTASYNCTOSF.bpel(line 195): xpath expression "concat("<![CDATA[",""test"","]]>")" specified in <from> is not valid, because XPath query syntax error. The syntax error occurs while parsing XPath expression concat("<![CDATA[",""test"","]]>"), at position 21. The XPath query syntax was wrong; the exception was: Expected: ). Check the detailed root cause described in the exception message text and verify
1