Can I use container managed transactions in EJB:s which make explicit JDBC
calls (BMP entity beans or session beans)?

How should JDBC Connections be managed in that case?

If several methods, possibly from several EJB:s are involved in a single
transaction, do they all have to work on the same JDBC Connection? If so, do
I have to pass it around manually?

Reply via email to