My application uses Spring auto-wiring to configure the beans. I have just tried adding @Transactional and the expected proxies do not seem to be called. I want the Personal
I had similar problem but another solution. In my code, there was BeanFactoryHelper.getBean(...) used. If you use this class, you need to call method use() before and release() after.