[jboss-user] [JBoss jBPM] - Re: BPEL: adding an element to an array?
e120274
do-not-reply at jboss.com
Wed May 16 10:45:41 EDT 2007
I have same problem. I am writing an extension function to get a variable(string array type) and add a string value to the end of the array.
add2Set(arrVar, 'testStr')
I get a List from call function's first argument but it is always empty. When I add an element to list and return, no set occurs in list.
<from expression="add2Set(arrVar, 'testStr')"/>
Another problem is I can not use query="/part/items[0]" type queries, [] are not accepted and predicate can not be used exception is given by jbpm.
If anyone find a way to set a value to array, please mail me also.
Asiye AYDIN
asiye.aydin at gmail.com
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046173#4046173
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046173
More information about the jboss-user
mailing list