1 Reply Latest reply on May 7, 2009 7:14 PM by fuzzy333

    HibernateSessionProxy and doWork

    barakka

      Hello!


      First of all my configuration: I'm using Seam 2.1.1.GA, with Hibernate 3.3.0.SP1 (Hibernate Annotation and EntityManager are 3.4.0.GA) and JBoss 4.2.3.GA (I've manually upgraded the hibernate libraries that come prepackaged),


      Now, my question is the following: the HibenateSessionProxy that seam uses to add EL support to HQL implements the Session interface. However, it does not implement the doWork method of the Session interface (which I'm also not able to find in the online documentation but that is available in the version i'm using). Can someone explain me what is going on? What version of Hibernate core is seam compiled against? Where is the doWork method gone?


      Thanks,
      Riccardo.