users@glassfish.java.net

Re: V2 Threads, Instances and Stateless beans

From: <glassfish_at_javadesktop.org>
Date: Mon, 03 Nov 2008 14:10:45 PST

Even if two threads concurrently invoke the same stateless session bean reference object, it's still possible that the first invocation is completely processed before the second. In that case, the container could use the same bean instance sequentially for each one. How are you verifying that two different invocations on two different threads are active in the same bean instance at the same time?
[Message sent by forum member 'ksak' (ksak)]

http://forums.java.net/jive/thread.jspa?messageID=314651