LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   JBoss: no concurrent calls on stateful beans (https://www.linuxquestions.org/questions/programming-9/jboss-no-concurrent-calls-on-stateful-beans-300455/)

eantoranz 03-11-2005 12:43 PM

JBoss: no concurrent calls on stateful beans
 
I'm having this problem with concurrent calls.

I think that while the beans are working, the server is calling ejbStore(), and both (the bean and its ejbStore()) use methods from another bean that is raising the concurrency exception.

Is there a way to let one stateful session bean to allow concurrency?


All times are GMT -5. The time now is 02:37 PM.