jQuery in Action, 2nd edition
The moose likes Spring and the fly likes Spring Transaction Management: Execute a method right after a transaction is opened Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Spring Transaction Management: Execute a method right after a transaction is opened" Watch "Spring Transaction Management: Execute a method right after a transaction is opened" New topic
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!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Spring Transaction Management: Execute a method right after a transaction is opened
 
Similar Threads
Restrictions on Transactions
TransactionRequiredException - Help required !!!
Challenge ! Hibernate, Spring and the Transactions...
Hibernate doesn't use Oracle's native isolation levels
Meaning of Transaction-type under ejb-jar.xml is set to Container ??