0 Replies Latest reply on Apr 8, 2010 11:29 PM by raphaufrj

    EntityManager problem in Seam 2.1.2 + Jbpm 3.2.2

    raphaufrj

      Hi folks,


      I have a little trouble in my app. I have used Seam 2.1.2 e jbpm 3.2.2, without seam annotation integration. Then, i have to implement a facade, which it's responsable to access jbpm.


      Everything is fine, but inside jbpm, sometimes, i have to call a layer dao, and that layer uses JPA/EntityManager, and in jbpm i have only Hibernate/Session. How can I pass entityManager from a Session?


      From Seam to Jbpm i'm using entityManager.getDelegate, i need the otherside right now.. Is it possible?


      Cheers,