0 Replies Latest reply on Oct 11, 2003 10:09 AM by marfurt

    No concurrent calls on stateful beans

    marfurt

      Hi,

      I use JBoss 3.2.1.

      I have Web-Clients that create and access a stateful session bean. Now, when two instances of the Web-Clients access their corresponding session bean at exactly the same time, one of the two (the first caller) receives a "No concurrent calls on stateful beans" exception.

      I understand that I can not access the *same* stateful bean concurrently, but in my case, I access different instances of the stateful bean. Why do I get this exception, and how can I prevent this?