Quote:
Any advice on how to get it to work with the latest version of hibernate search and hibernate core will be greatly helpful.
you refer to Hibernate Search 3.4.0 and Hibernate core 3.6.4 ?
In that case you don't need to enable any listener, it will be picked up automatically.
In case you're using JBossAS you'll have to include both Hibernate core and Search jars in your EAR file and make sure you're configuring it to load the Hibernate core bundled with the ear instead of the one bundled by the AS; This can be tricky, an alternative is to replace the core version in the AS, and not bundle it with your application. In case you run other AS, then I don't know sorry.