Thanks very much for the joinTransaction() suggestion.
As for the other suggestion, could you provide more detail on how I could 
"make OpenJPA use [the existing JDBC connection] instead of opening one on 
its own"? :-)
Thanks a lot!!








Pinaki Poddar <[EMAIL PROTECTED]> 
07/02/2008 06:35 PM
Please respond to
users@openjpa.apache.org


To
users@openjpa.apache.org
cc

Subject
Re: Re-using an existing jdbc connection?







Hi,
  If OpenJPA is invoked in a managed transaction context,
EntityManager.joinTransaction() will make OpenJPA join the existing
transaction. 
  If there is no managed transaction then you can use a bound the existing
JDBC connection to a thread and make OpenJPA use it instead of opening one
on its own.



-- 
View this message in context: 
http://n2.nabble.com/Re-using-an-existing-jdbc-connection--tp210696p219975.html

Sent from the OpenJPA Users mailing list archive at Nabble.com.


Reply via email to