I'm new in JPA and EJB. I've read such phrase:
Singleton session beans can use container-managed or bean-managed concurrency. The default is container-managed, which corresponds to a write lock on all business methods. All business method invocations are serialized so that only one client can access the bean at any given time.
Can someone simply explain me what does it mean: All business method invocations are serialized.