0 Replies Latest reply on Jul 27, 2012 3:27 AM by luca.masini

    Missing transaction.manager_lookup_class in persistence.xml for WebLogic 12c

    luca.masini

      Hi all, to let my Persistence Unit starts under WLS I needed to add the transaction.manager_lookup_class:

       

            <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.WeblogicTransactionManagerLookup" />

       

      Otherwise the EJB complaints because the EntityManager is not JTA.

       

      Do you think is an Hibernate 4 bug that is unable to inject the correct transaction manager lookup or Forge should account for this application server setup ??

       

      Thank you.