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?