[jboss-user] [JBoss Seam] - Re: begin method invoked from a long running conversation, t

bfo81 do-not-reply at jboss.com
Thu Jul 20 05:45:25 EDT 2006


Hallihallo Marcus ;)

It seems as if there is already a conversation running. Maybe there's a @Begin method in another bean that has been invoked before. And when Seam encouters the method you quoted then Seam complains that there is already a conversation. So there are two possibilities:

- @Begin(join=true) to "take part" in the currently running conversation

- @Begin(nested=true) to start a "sub-conversation" in the currently running conversation

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

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



More information about the jboss-user mailing list