1 Reply Latest reply on Jan 30, 2008 11:09 AM by kadlecp

    Hibernate concurrency problem

      Hello,

      I have two message driven beans and both of them persist entity through entity manager. Both message driven beans work in scope of one shared jta transaction. In this special case is it possible to call EntityManager.persist in those mdbs concurrently or shall I have to synchronize access to entity manager?

      Thanks for answer
      Best regards
      Pavel Kadlec