Hi, I had the same problem and I read the log file geronimo.log and i could guess that the problem was a transformation in de Gateway
17:59:32,301 ERROR [org.apache.ode.bpel.runtime.SWITCH] [pool-4-thread-8] Sub-Language execution failure evaluating {OXPath10Expression ($xformInitProcessRequestMsg.root/xform:taskOutput/xform:output/xform:loan/xform:Salary>= 20000) and ($xformInitProcessRequestMsg.root/xform:taskOutput/xform:output/xform:loan/xform:Salary< 50000)}
org.apache.ode.bpel.explang.EvaluationException: Error while executing an XPath expression: ValidationException: Cannot convert string "" to a double
[img]
then I went to the Designer in the Mapper View and I could saw that the comparation in the gateway with the salary was in red and with a message about incompatible types ... so I put a hardcoded int the comparison and then all was ok.
File Attachment: File Name:
error.jpgFile Size: 14333