From: Bill H. <bi...@lo...> - 2004-11-02 16:02:21
|
Hi Jon, Jon Austin wrote: >The difference between the two appears to be, that ProxoolDriver.connect, is >being called with "something" in the info param when running in JRUN. > >If I comment out the whole > > "else if (info != null && info.size() > 0) { ... }" > >block, and just let the else catch it, then it works in JRUN, however I >don't really want to deploy a non-standard proxool version. > > I'd be interested to know what that info Properties object contained, and what component is creating it. Perhaps Spring or Hibernate assume that they have to pass in the username and password everytime (which doesn't sound unreasonable). Can you add some debug output to show each key/value pair within that info object? - Bill |