play1
play1 copied to clipboard
Session-scoped Hibernate interceptor does not work
TLDR: Using Play 1.5.3, specifying a session-scoped Hibernate Interceptor by setting the following Hibernate in application.conf, doesn't work:
hibernate.session_factory.session_scoped_interceptor=utils.HibernateQueryInterceptor
I described the issue extensively in this Stackoverflow question, hoping that it's perhaps something I'm doing wrong. I am starting to think this might be a legitimate bug, therefore I'm raising it here.
Anybody?