I've inherited some code that uses the Turbine 2.0  DBBroker class to obtain
a DBConnection, as in:

    DBConnection db = DBBroker.getInstance().getConnection();

Now I'm trying to upgrade to Turbine 2.1 and there does not seem to be a
DBBroker class.  I have found PoolBrokerService and TurbinePoolBrokerService
but these do not have a static member getInstance() or getConnection().  Do
I need to create a global TurbinePoolBrokerService object to manage the pool
or can I create a new one each time I need a connection?

I was not able to find the database pooling described in the documentation -
where should I look?

Thanks!
- Bob Swerdlow



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

Reply via email to