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

<hibernate-configuration>
    ...
    <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


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977169#3977169

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977169
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to