1 Reply Latest reply on Dec 10, 2010 12:15 PM by mwohlf

    JBpm and hibernate-entitymanager

    newbeewan

      Hi,

       

      Is it possible to use hibernate entity manager with jbpm 4.4 to replace hibernate "classic" ?

       

      I'm using jbpm with springHelper.

       

      Regards

        • 1. Re: JBpm and hibernate-entitymanager
          mwohlf

          jBPM4 uses org.hibernate.Session internally and all the config expect a session or a session factory,

          but as far as I know the Hibernate EntityManager is just a wrapper for the Session anyways so this should be easy to implement...