"By default, an entity Bean instance is not re-entrant. If an instance executes a client
request in a given transaction context, and another request with the same transaction
context arrives at the EJB object, the container will throw java.rmi.RemoteException
to the second request. This rule allows the Bean developer to program the Bean as single
threaded, non-reentrant code."
Copyright © 1998 by Sun Microsystems Inc.