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?
>
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
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
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