Hi
I am having an issue with trying to configure Hibernate to register a transaction rather than start one. Basically I am using Hibernate Search and the event listeners are not being picked up because Hibernate is unaware of any transaction. I realise that this may be a Spring problem however they have been unresponsive to this problem and I was wondering if anyone has encountered this problem. The following provides the issue that I am having with:
http://forum.springsource.org/showthread.php?t=78204I guess the main thing I would like to know is whether it is possible to configure the session factory to participate in an existing transaction (in our current architecture Spring manages the tx) rather then hibernate be responsible for starting one.
Any help would be appreciated.