[jboss-user] [JBoss jBPM] - Re: RuntimeException in handler method, transition to DOES_N

deepuin9 do-not-reply at jboss.com
Wed Nov 21 02:53:05 EST 2007


I use "soapUI" http://www.soapui.org/.

Hey its working now, your suggestion helped me to think little out of box. :) Thank you very much.

Here is the change i have made to make it work.

Changed the below code:

  | <copy>
  |     <from part="length" variable="ac3ipRequest"/>
  |     <to part="calarea" query="/area:calculateArea/in0" variable="calculateAreaRequest"/>
  | </copy>
  | 

TO:

  | <copy>
  |    <from part="breadth" variable="ac3ipRequest"/>
  |    <to part="calarea" query="/calarea/in1" variable="calculateAreaRequest"/>
  | </copy>
  | 

Did the same for all the xpath queries.

Thanks
Sandeep.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106625#4106625

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106625



More information about the jboss-user mailing list