The thread safety semantics of the home interface proxies is not defined in the spec, so its an implementation detail.
The Context javadoc is very clear that it is not thread safe: anonymous wrote : | A Context instance is not guaranteed to be synchronized against concurrent access by multiple threads. Threads that need to access a single Context instance concurrently should synchronize amongst themselves and provide the necessary locking. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3892952#3892952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3892952 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
