In meantime I made some tests involving JDK proxies and cglib proxies. In JDK proxies it seems that indeed it is impossible to intercept selfinvocations. But in cglib proxies it can be made, but for...
Type: Posts; User: jbojar; Keyword(s):
In meantime I made some tests involving JDK proxies and cglib proxies. In JDK proxies it seems that indeed it is impossible to intercept selfinvocations. But in cglib proxies it can be made, but for...
This config, which is very similar to yours, works perfectly fine with spring 2.0.7 and 2.5.4, hibernate 3.2.4.sp1 and JBoss 4.2.2.GA (I know, these are newer versions than yours):
...
Hello!
I encountered a problem with @Transactional annotation on internal methods. I tested to cases:
1. <tx:annotation-driven transaction-manager="transactionManager"...