[jboss-user] [JBoss Seam] - Re: How bad is unused conversations?

emsa do-not-reply at jboss.com
Wed Jul 25 15:01:29 EDT 2007


Well you could use conversationList but how do you know what conversations are in use? The user could use several windows so many conversation could be active.

The (only) way do solve this (if it really needs solving) is to extend s:link (or similar) with a new propagation, say, endAndBegin and one extra parameter, conversationIdToEnd.

The server (probably SeamPhaseListener) will do exactly the same as with begin plus that it will set the timeout to 0 or promptly end the Conversation with the conversationIdToEnd.


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

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



More information about the jboss-user mailing list