[jboss-user] [JBoss Seam] - Re: concurrent access to SFSB using SEAM Remoting

shane.bryzak@jboss.com do-not-reply at jboss.com
Fri Feb 23 19:59:58 EST 2007


That's because the conversation is created in the first request, and if you delay the response then the remoting client won't know which conversation id was created.  One alternative is to start your conversation when you first render the page and manually set the conversation id like this:


  | Seam.Remoting.getContext().setConversationId(#{conversationId});
  | 

That way the remoting calls will know which conversation context to use.

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

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



More information about the jboss-user mailing list