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
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