[jboss-user] [JBoss Seam] - Re: lock session
gavin.king@jboss.com
do-not-reply at jboss.com
Mon Mar 12 12:59:57 EDT 2007
anonymous wrote : Seam already serializes all access to session so you don't need to worry about concurrency.
Not quite correct. Seam serializes access to the conversation context, but not to the session context. Seam also serializes access to any session-scoped component, but that is at the object level.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027260#4027260
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027260
More information about the jboss-user
mailing list