Hello Ode Team,
after different attempts to design a bpel process using e4x
extension,(in fact the ode engine seems doesn't call the methods
defined in the extension), I' ve download from the trunk the sample
(located in the directory test relative to e4x extension)
TestE4XDirect, I've modified the process TestE4XDirect.bpel to
introduce an assign to initialize the output variable "otherMsgVar",
I've deployed the process in ode2.0 beta2.
When the process runs, it seems that the engine doesn't execute the code:
<extensionAssignOperation>
<js:snippet>
myVar.TestPart += ' World';
otherMsgVar = myVar;
</js:snippet>
</extensionAssignOperation>
In fact, the output variable otherMsgVar doesn't contains the input
value concatened with the string 'World' but contains the value
assigned at the initialization.
Any suggestions? Thanks in advanced
Daniela