Re: [JBoss-user] Code to get connection from connection pool

2001-03-27 Thread Guy Rouillier
AIL PROTECTED]> Sent: Tuesday, March 27, 2001 1:47 AM Subject: [JBoss-user] Code to get connection from connection pool > Hello, > > I'm writing a stateless session bean and need to get a connection to my > connection pool. Does anyone have a code snippet for how to do this? >

[JBoss-user] RE: [JBoss-user] Réf. : [JBoss-user] Code to get connection from connection pool

2001-03-26 Thread Torsten Terp
s 2001 09:26 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Réf. : [JBoss-user] Code to get connection from > connection pool > > > I can only answer for the first method... (the classic one) > > With Jboss Pre 2.1 > ... > Class.forName("org.opentools.minerva.jdbc.xa.X

Re: [JBoss-user] Code to get connection from connection pool

2001-03-26 Thread Rafizan Baharum
On Tue, 27 Mar 2001, Chris Dole wrote: > Hello, > > I'm writing a stateless session bean and need to get a connection to my > connection pool. Does anyone have a code snippet for how to do this? > Specifically, what is the URL to use in the call to either or both of: > > DriverManager.getCo

[JBoss-user] Code to get connection from connection pool

2001-03-26 Thread Chris Dole
Hello, I'm writing a stateless session bean and need to get a connection to my connection pool. Does anyone have a code snippet for how to do this? Specifically, what is the URL to use in the call to either or both of: DriverManager.getConnection("jdbc:xxx:yyy:MyPoolName") or to: DataSource