xpath - apache ode bpel expression count doesn't work -


please need help, think have read threads related apache ode, i'm either blind or stupid cause i've looked everywhere seems no 1 has ever had problem count

i have input sequence (int array) , use loop simple addition of content, count on sequence returning 1. driving me crazy please me this

i use eclipse luna, bpel designer plugin, tomcat 8, apache ode beta 2 (because of inline spec initialization variables) don't know details can add here, if have add more info tell me , i'll it

thanks in advance

edit: walker. tried simple test, wanted assign count on sequence. here assign :

<bpel:copy>    <bpel:from expressionlanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">          <![cdata[count($input.payload/tns:input)]]>     </bpel:from>     <bpel:to part="payload" variable="output">          <bpel:query querylanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0"><![cdata[tns:result]]></bpel:query>      </bpel:to> </bpel:copy> 


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -