Hi all,
Is there any way of binding the transaction scope to a different thread. I am using HibernateTransactionManager. There is a need in which I have to bind to execution threads to a single transaction scope.
I have put up the transaction boundaries on the service layer. The second thread is generated from inside a service class itself.
Regards,
nitin


Reply With Quote