The Usage of oraext:create-delimited-string
(Doc ID 1084510.1)
Last updated on MARCH 27, 2020
Applies to:
Oracle(R) BPEL Process Manager 10g - Version 10.1.2.0.2 and laterInformation in this document applies to any platform.
Symptoms
On : SOA 11.1.1.2.0 version
When using the Xpath function oraext:create-delimited-string in Assign Activity of a BPEL process, It does not return a delimited string created from nodeSet delimited by delimiter. Instead, the result is the concatenation of String created from Nodeset without any delimiters.
For example, if the following example is used, the output does not seprate the values with tilda seprator
<copy>
<from expression="oraext:create-delimited-string(bpws:getVariableData('model','/Input'),'~')"/>
<to variable="input"/>
</copy>
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |