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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to