[jboss-user] [JBoss Seam] - Re: impossible usecase?

ellenzhao do-not-reply at jboss.com
Sun Aug 26 06:35:50 EDT 2007


sorry that I expressed wrong in my previous post. It worked when I  said things like this:


  | 
  | public void someUserAction(){
  |   Conversations.instance().beginNested();
  |  if (someCondition)
  |   Conversations.instance().beginNested();
  |   ....
  | }
  | 

It should be multi-level-nested-conversations. You can only have one Conversation instance at a time tough. 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078112



More information about the jboss-user mailing list