[jboss-user] [JBoss Seam] - Re: No concurrent calls on stateful bean!
norman.richards@jboss.com
do-not-reply at jboss.com
Fri Jan 5 11:07:13 EST 2007
I have never used @SerializedConcurrentAccess, but I'm sure it is not the exactly the same. (practically speaking, it may be roughly equivalent though - but I haven't looked into it)
You are actually right, seam does serialize access to stateful session beans. I didn't realize we did that. I went ahead and tried the test and the only way I could get anything to happen was by adding a Thread.sleep() to the delete action. And then, I got the expected result:
The conversation ended, timed out or was processing another request
I wonder what is happening in your case to make it not work...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998299#3998299
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998299
More information about the jboss-user
mailing list