0 Replies Latest reply on Sep 24, 2009 8:51 AM by vaidyaranju

    Configuring Hibernate Interceptor with Seam

    vaidyaranju

      I have an Hibernate Interceptor for audit logging. How do I configure this Hibernate Interceptor in Seam?


      I tried adding the interceptor property in persistence.xml



      <property name="hibernate.ejb.interceptor" value="audit.AuditLogInterceptor"/>



      but it does not seem to work.



      Any suggestions ?


      Thanks