[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-39) event listener declaration example is wrong

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Apr 20 12:48:04 EDT 2007


event listener declaration example is wrong
-------------------------------------------

                 Key: HSEARCH-39
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-39
             Project: Hibernate Search
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.0.0.beta1
            Reporter: Emmanuel Bernard
            Priority: Minor


It should be

   .....

  <session-factory> <!-- event inside session-factory -->
       <event type="post-update">
           <listener class="org.hibernate.search.event.FullTextIndexEventListener"/>
       </event>
       <event type="post-insert">
           <listener class="org.hibernate.search.event.FullTextIndexEventListener"/>
       </event>
       <event type="post-delete">
           <listener class="org.hibernate.search.event.FullTextIndexEventListener"/>
       </event>
  </session-factory>
</hibernate-configuration>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list