Glen,

DBConnection theDBConnection    = Torque.getConnection("mydb") // where
"mydb" is "database.mydb.*" in Torque.properties
Connection theConnection        = theDBConnection.getConnection();

Is this what you're looking for?

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -----Original Message-----
> From: Glenn R. Golden [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 11, 2002 11:47 AM
> To: jetspeed-dev
> Subject: configurable connection pool for database psml service
>
>
> I want to modify the DatabasePsmlManagerService to take an optional pool
> name configuration, and then use that pool name when getting it's
> connections to the database.  This would allow us to run the psml
> database in a different connection pool or a different database entirely
> from other database uses in Jetspeed and the portlets.
>
> I don't know how to specify the pool to use in the peer code - does
> anyone know how to do this?
>
> Thanks.
>
> - Glenn
>
> ---------------------------------------------------------------------
> Glenn R. Golden    Systems Research Programmer
> School of Information             University of Michigan
> [EMAIL PROTECTED]                            734-615-1419
> ---------------------------------------------------------------------
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to