HibernateException: Found shared references to a collection:

Your stack trace shows that you’re doing something which is forbidden i.e. interact with the EntityManager in a lifecycle callback. Also see this thread: Data lost when any query executed in EntityListener - #4 by beikov