In this case

  |             if (true){
  |                     //go to create offer
  |                     node.leave(context, "tr_create_offer");                 
                
  |             }
  |             else{
  |                     //go to create client
  |                     node.leave(context, "tr_create_client");                
  |             }
  | 

the result is


  | 09:31:22,750 INFO  [STDOUT] ### Running on CreateOfferAction
  | 09:31:22,781 INFO  [STDOUT] ### Running on CreateOfferAction
  | 

Seems that node changes how code is defined, but at last time always go to 
CreateOffer node.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135539
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to