0 Replies Latest reply on Oct 10, 2006 5:27 AM by sergiu72

    in what file to add <<hibernate-configuration>... ?

    sergiu72


      I'm trying to use the Lucene annotations @Indexed, @Keyword, @Text to annotate my EJB3 entity beans for indexing.

      I need to add;



      ...
      <event type="post-commit-update"


      <event type="post-commit-insert"


      <event type="post-commit-delete"


      </hibernate-configuration>

      To an xml file but I don't know where to put it?

      I'm running the EJB3's in standalone/embedded mode while testing.

      many thanks