-
Nov 29th, 2012, 05:04 AM
#1
Spring multiple transaction managers
Hi,
I have written a custom REST compensation framework in spring which records a REST call along with compensation call info (using annotations and AOP) which will be executed if there is a exception in the down the line.
E.g
rest call 1 (sucess) -> rest call 2 (failed) -> rest call 1 compensation.
The application also uses JTA transactions. Can I extend JTA transaction manager to call the compensation framework logic if the JTA transaction is rollback.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules