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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...