Thanks, David. These peer classes are not auto-created then? - Glenn
> -----Original Message----- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 3:45 PM > To: 'Jetspeed Developers List' > Subject: RE: configurable connection pool for database psml service > > > Change > > public void insert(Profile profile) throws Exception > > To > > public void insert(Profile profile, DBConnection con) > throws Exception > > For all the helper functions in Jetspeed*ProfilePeer > > They eventually call doInsert or doUpdate, which have several > signatures that take a connection > > > -----Original Message----- > > From: Glenn Golden [mailto:[EMAIL PROTECTED]] > > Sent: 11 September 2002 20:47 > > To: 'Jetspeed Developers List' > > Subject: RE: configurable connection pool for database psml service > > > > > > 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:jetspeed-dev-> [EMAIL PROTECTED]> > > For > > additional commands, > > e-mail: <mailto:[EMAIL PROTECTED]> > > > > > BBCi at http://www.bbc.co.uk/ > > This e-mail (and any attachments) is confidential and may contain > personal views which are not the views of the BBC unless specifically > stated. > If you have received it in error, please delete it from your > system, do > not use, copy or disclose the information in any way nor act in > reliance on it and notify the sender immediately. Please note > that the > BBC monitors e-mails sent or received. Further communication will > signify your consent to this. > > > -- > 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]>
