[jboss-user] [JBoss Seam] - Re: Beginning conversations in @Factory methods

CptnKirk do-not-reply at jboss.com
Wed Jul 12 13:32:07 EDT 2006


anonymous wrote : Is there no way to end a current conversation and begin an entirely new one in the course of a single request?

Have you tried @Begin without the join=true?  From your example it sounds like you're asking Seam to propagate the context you're trying to clear out.  It make sense to me that resources are not immediately destroyed when @End methods are called, and that the rendered response is the last response of this (now ended) conversation.

If continuing to render the response to the original request (of the ending conversation) is the default, then you may need to use a page action to instead kick the rendering over to a page running in the new conversation.

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

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



More information about the jboss-user mailing list