On Jun 11, 2009, at 6:29 AM, recursion wrote:
No, in my bean code i do not start threads.
But i do start threads in my client code! There are approximately 10
threads, each one is performing its own lookup of my bean, and is
invoking
business methods.
Could that be a problem ?
Hard to say without knowing exactly where the client code is in the
call chain. If it is getting executed anywhere downstream from an ejb
call (say ejb->client->ejb) then it would cause the issue described.
If not, then we'll definitely need the entire stack trace to have any
idea of what may be happing.
-David