posted 11 years ago
Folks- I am trying to set up hibernate.ejb.interceptor but for some reason it never gets to 'intercept' any update or insert event. The application seems to work fine, updating and inserting entities but no interception.
I cannot find what is wrong with my setup, please help:
persistence.xml:
Application-context.xml
Interceptor (From manning book):
The Spring bean (found it on the web):