[jboss-user] [JBoss jBPM] - Re: RuntimeException in handler method, transition to DOES_N
agusgr
do-not-reply at jboss.com
Tue Nov 20 07:04:40 EST 2007
Hi, try to change the query statements for XPATH statements. Like this:
Change this:
<copy>
| <from part="length" variable="ac3ipRequest"/>
| <to part="calarea" query="/area:calculateArea/in0" variable="calculateAreaRequest"/>
| </copy>
|
For this:
| <copy>
| <from part="length" variable="ac3ipRequest"/>
| <to>$calculateAreaRequest.calarea/area:calculateArea/in0</to>
| </copy>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106331#4106331
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106331
More information about the jboss-user
mailing list