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?
- Re: EJB, JDBC and transactions Mikael St�ldal
- Re: EJB, JDBC and transactions Kishore Atigre
- SV: EJB, JDBC and transactions Mikael St�ldal
