So just a little more information.....
JBoss 4.2.1
Seam 2.0.0 CR1
Standard seam-gen project, added this to my persistence.xml
| <!-- use a file system based index -->
| <property name="hibernate.search.default.directory_provider"
value="org.hibernate.search.store.FSDirectoryProvider" />
| <!-- directory where the indexes will be stored -->
| <property name="hibernate.search.default.indexBase"
value="./homespunindexes" />
| <property name="hibernate.ejb.event.post-insert"
value="org.hibernate.search.event.FullTextIndexEventListener"/>
| <property name="hibernate.ejb.event.post-update"
value="org.hibernate.search.event.FullTextIndexEventListener"/>
| <property name="hibernate.ejb.event.post-delete"
value="org.hibernate.search.event.FullTextIndexEventListener"/>
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088886#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...