Hello, I'm not clear about the thread-safety of a Remote interface. If a multi-threaded client has one Remote interface to an Entity bean, does the client need to synchronize access to the remote interface or can the multiple threads concurrently invoke methods on it? Thus far, I've assumed that the Home interface is always thread-safe. Is that a valid assumption? Thanks, Vidur
