1 Reply Latest reply on Oct 26, 2006 2:23 PM by happyman4us

    event lisenters in HAR file?

    giants_fan

      Is it possible to create a custom Hibernate event listener via the HAR file mechanism? I know I can do an interceptor (via the "SessionFactoryInterceptor" attribute in the hiberate-service.xml file) but I want to write some code to fire *after* the save.

      I know you can do it outside of Jboss, in Hibernate, in the hibernate.cfg.xml file natively, but if you use a HAR file, you don't need/use that config, right?

      I've been searching and searching but haven't found anything so far, hence this post.

      Thanks in advance.