Page 238 Head First
EJB book states Session Beans must NEVER be accessed by more than one client. If a bean is currently in use by a lcient and another client invokes a method on the bean that secone client gets an Exception.
My query , is this statment is refering to same bean or different bean but having same Home? If its same home then different client is allowed to run different methods on different Bean at a same time.