1 Reply Latest reply on Jan 31, 2019 5:58 AM by ochaloup

    Distributed transaction with different vendors

    alfredopacino

      I working on a Java EE project (JPA) on Tomcat 7. I have 2 Persistent Units: one with Mysql managed by EclipseLink, one with MongoDB with Hibernate-ogm.

       

      I'm trying to understand how to configure the Mysql PU on global JTA (can't find any tutorial on that..), and I'm searching for some example on how to syncronize the persist actions on those PUs both.

       

      thanks