|
Hi,
I'm trying to plug in my own envers listeners and remove default Envers ones.
The problem I have is that if I set hibernate.integration.envers.enabled to false, then EnversService is not initialized at all.
What I need to do is to not register Envers default listeners but use mine instead. My listeners do need to use EnversService though.
Is there anything I missed?
Thanks in advance
|