henk de boer [
http://community.jboss.org/people/henk53] replied to the discussion
"Are EJB client proxies thread-safe?"
To view the discussion, visit:
http://community.jboss.org/message/538167#538167
--------------------------------------------------------------
Additionally in EJB 3.1 (JBoss AS 6), one can specify what needs to happen if multiple
threads access the same client proxy simultaneously.
The default behavior in EJB 3 is to serialize access. In EJB 3.1 this is still the case
for session beans other than a Singleton session bean, and obviously for non-asynchronous
methods, but as an alternative you can now request that an exception is thrown instead.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/538167#538167]
Start a new discussion in EJB 3.0 at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]