Posted By:
Jussi_Nummelin
Posted On:
Monday, May 31, 2004 05:16 AM
Is there any way to include manually created JDBC connections to container managed transactions? With manual connections I mean those that are NOT obtained through a application server managed datasource.
For example if I use BMP bean and I get the connection manually with DriverManager, is all DB operations executed in "same" transaction with bean calls?