> "J~star Steqc_ou" <[EMAIL PROTECTED]> writes:
> > The TurbineDB.getDB(String name) method should be changed 
> to call the
> > getPoolBroker.getDB(String)
> > method:
> >     public static DB getDB(String name)
> >         throws Exception
> >     {    //old code
> >         //return getPoolBroker().getDB();
> > 
> >         //new code
> >         return getPoolBroker().getDB(name);
> >     }
> 
> Gonzalo, I wonder if this was related to your issue of a couple weeks
> ago?  Nice work, Costas.

I don't know... I have been away for a couple of
weeks, but I seem to remember things were working
fine then (probably thanks to John's work). I'll
have to recheck.


-- 
Gonzalo A. Diethelm
[EMAIL PROTECTED]


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to