Right, but that's if you are doing it yourself... The db psml service uses the automatically created peer objects and goes deep into torque (I think) to do this, so I'm looking to see if anyone knows how to pipe a pool variable down that path.
Thanks. - Glenn > -----Original Message----- > From: Mark Orciuch [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 12:57 PM > To: Jetspeed Developers List > Subject: RE: configurable connection pool for database psml service > > > 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:jetspeed-dev-> [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]>
