1 Reply Latest reply on Aug 11, 2010 6:30 AM by amitev

    How to have SEAM managed persistence context without EJB using Hibernate?

    philip142au.philip_andrew.hotmail.com

      Hi,


      How to have SEAM managed persistence context without EJB using Hibernate?


      Does EntityManager only apply for EJB container? I am on tomcat.
      Must I use SEAM managed session like?
      @In
      private Session hibernateSession;


      (seam2)


      Thanks, Philip