| Author |
Spring Transaction Management: Execute a method right after a transaction is opened
|
Ioan Damian Sirbu
Greenhorn
Joined: Dec 22, 2008
Posts: 18
|
|
Greetings all,
I am using the classic AOP approach to transaction management in my application with pointcuts on facade and dao methods.
However, I also want to execute another method, something like UserManager.sendUserId() right after the transaction manager opened a transaction, each time it opens a new transaction.
I tried - without any success - to place pointcuts on AbstractPlatformTransactionManager and on Spring's JmsTransactionManager. (maybe these classes cannot be proxyed?).
Basically all I need is to intercept when a transaction gets opened.
Is there any way I could achieve this?
Thank you in advance!
|
 |
 |
|
|
subject: Spring Transaction Management: Execute a method right after a transaction is opened
|
|
|