0 Replies Latest reply on Aug 15, 2012 8:41 AM by prati1

    How to use session scoped Hibernate Interceptor in Seam WITH jpa Entity manager.

    prati1

      Hi team,

       

      I want to  use session scoped hibernate interception.

      I already got session using

      @In Session session;

       

      how to i use sessionFcatory here to integrate with interceptor?

       

      I achieved integration of Hibernate interceptor with Persistence.xml

       

      but i am getting multi thread  issues.

       

      thanks