There is a method which ends a mother conversation like this:

  | 
  | @End
  | public void doA(){
  |   ...
  |   // call a method of another action bean which is annotated with 
@Begin(nested=true)
  |   ...
  |   // call a method of another action bean which is annotated with @End
  |   ...
  | 
  | }
  | 
  | 

My expectation is, when this method is done, both nested conversation and the 
mother conversation will be ended. For now the problem is, the nested 
conversation gets ended, but the mother conversation was not ended. Is this a 
bug or I did something wrong? Thanks for any enlightenment!



Regards,
Ellen

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

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

Reply via email to