Hello,
we create an entity in transaction A, commit and close the transaction.
After that in transaction B we try to find the entity in the DB.
But we get always only a result with em.find(), with a query it is not always possible to get the entity, sometimes we get the entity and sometimes we don't get the entity by query.
Have you an idea what happens here?