-
Aug 1st, 2007, 09:04 PM
#1
How do I use @Transactional with 2 Transaction Managers
Here is my scenario:
We connect to two databases using Hibernate and currently we have configured two data sources using two local hibernate transaction managers. Even though we may use both transaction managers in a dao, we do not use global transactions.
I was wondering how do I use annotation driven transactions in this scenario? Is it possible? Am I using the correct approach?
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