[jboss-user] [JBoss Seam] - Re: Nested conversations - potential bug in Manager.beginNes

enzhao do-not-reply at jboss.com
Wed Jul 11 10:46:42 EDT 2007


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



More information about the jboss-user mailing list