Calls to stateful session beans are not synchronized according to the ejb 
specification. Scott Stark wrote in another thread: anonymous wrote :  Change the 
stateful session interceptor to synchronize calls instead of throwing an exception or 
add a client interceptor that does the synchronization on the client side.. The book 
JBoss Administration and Development shows how to do this. Other solution: Just 
synchronize the ejb-calls somehow in your web application. Or implement the  
SessionSynchronization interface (bean managed transaction) and do something there. 
Did you play with transaction settings in the ejb descirptor? Hope this helps.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844164#3844164

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844164


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to