djencks wrote:
> 
> You can supply the datasource instance in a PersistenceUnitInfo, but  
> I certainly hope you can't provide a connection.
> 
> Are you running inside a javaee app server?  (not standalone tomcat)  
> If so there's a very good chance that all the connection handles  
> obtained within the same jta transaction actually use the same  
> physical connection to the database.  Geronimo certainly does this.
> 

No, stand alone fat client. And I could hackup a datasource instead.
-- 
View this message in context: 
http://www.nabble.com/provide-an-actual-JDBC-connection--tf3650466.html#a10204809
Sent from the open-jpa-dev mailing list archive at Nabble.com.

Reply via email to