Hi,
i'm building a project with spring and hibernate and i have yet to make some decisions regarding transactions.
I have implemented a TransactionProxyFactoryBean using a transactionManager from type HibernateTransactionManager.
The plan is to deploy the app in jboss and what i really need is use the jboss transaction capacities.
What i the best way to make jboss responsable for transaction issues?
Thanks.


Reply With Quote