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

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed May 30 22:51:05 EDT 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard resolved HSEARCH-39.
-------------------------------------

    Resolution: Fixed

> 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
>             Fix For: 3.0.0.beta2
>
>
> 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