Hi all,
My application uses Spring AOP heavily, and for certain idempotent advices, I would like to enable reentrancy prevention to them.
I know that since AspectJ 1.6.7, this is already...
Type: Posts; User: yclian; Keyword(s):
Hi all,
My application uses Spring AOP heavily, and for certain idempotent advices, I would like to enable reentrancy prevention to them.
I know that since AspectJ 1.6.7, this is already...
Thanks a lot Martin. I realized that the reason why I said "it wasn't working and I had to change the expression to be matching with DAO", because my integration tests are testing against DAOs...
Thanks! I managed to get it working it seems, by:
1. Getting rid of the ProxyFactoryBean which was introduced during the stage I HAD HibernateInterceptor.
2. Changing the point cut expression to...
Thanks for the quick reply Marten! Just a few minutes back I replaced <aop:/> and <tx:/> with the "traditional" TransactionProxyFactoryBean and I managed to see thread-bound session behaviour. So I...
Hi guys,
I have read the TX document <2.5.x/reference/transaction.html> and some blogs for guidelines. But I still couldn't get what I wish to achieve: session-per-conversation (thread-bound and...
Does anyone have anything to share on this? Or a link of a decent document?
Cheers.
Hi all,
I am kind of new to JMS and I am trying to set up transaction management after reading a few articles from OnJava and JavaWorld. Pardon me if I'm having some terribly wrong concept about...