[jboss-user] [EJB 3.0] - Re: EntityListener, EntityManager, and Threading

2006-11-17 Thread mfishman
To try and further explain what we are attempting to do, we basically have the following case: 1. An EntityListener is listening for when an entity is persisted, updated, or deleted 2. When that happens, the EntityListener wants to evaluate some other DB state to make a decision. To make th

[jboss-user] [EJB 3.0] - Are EntityListener's part of the transaction...

2006-09-11 Thread mfishman
Hi, I have some code where I have a EJB3 entity bean with an EntityListener on it. In my post methods in the EntityListener (e.g. postPersist, postRemove, postUpdate) a handler attempts to serialize the entity bean and transfer it to a remote location. During the deserialization at the remote