[jboss-user] [EJB 3.0] - Lucene indexing + Entity beans

sergiu72 do-not-reply at jboss.com
Tue Oct 10 05:32:04 EDT 2006


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



More information about the jboss-user mailing list