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
 


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

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

Reply via email to