[jboss-user] [JBoss Seam] - Re: basic question

petemuir do-not-reply at jboss.com
Tue Apr 24 19:25:52 EDT 2007


Ok, so this is how *I think* it goes, but someone correct me if I'm wrong :)

1) Stateful beans cannot be accessed concurrently (you get a ConcurrentAccessException)

2) Seam solves this by serializing (queueing) accesses to the component so you don't hit this problem (with the provisos

anonymous wrote : requests that take place in the same long-running convesation context,

I'm guessing the OP wasn't asking about this, but I'm not sure ;)

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

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



More information about the jboss-user mailing list