s.grinovero wrote:
Hi,
could you check if the Search listeners need to be registered explicitly when using Spring?
they should be auto-registered, provided you have the correct versions of Hibernate (so also check duplicates and incompatible versions on classpath).
What is the effect of starting the MassIndexer? is it logging anything, throwing errors, or just nothing?
I solved moving the EMFactory config inside persistence.xml rather than embedded in a bean declaration.
No errors, just no index are created.
This seems to be the official documentation
http://community.jboss.org/wiki/SpringH ... nateSearchand declare everything in the persistence.xml
I can't find nothing about some listener to declare...