On Fri, 2002-02-22 at 22:25, Erik Hatcher wrote:
> 
> ----- Original Message -----
> From: "Jason van Zyl" <[EMAIL PROTECTED]>
> > On Fri, 2002-02-22 at 22:06, Erik Hatcher wrote:
> > > Does this have anything to do with it does it?
> > >
> > > >From DBFactory.initializeDriverToAdapterMap
> > >
> > >   driverToAdapterMap.put("org.hsql.jdbcDriver", "DBHypersonicSQL");
> > >
> > > hsqldb's jdbcDriver is org.hsqldb.jdbcDriver (not org.hsql...) in 1.61.
> >
> > Sure does!
> >
> > I just added an entry to the DBFactory class for you. Give it a whirl.
> > I added:
> >
> > driverToAdapterMap.put("org.hsqldb.jdbcDriver", "DBHsqldb");
> 
> I'm confused by this though.  You said you've been working with hsqldb for a
> while - why did it work for you?  And from looking at the code it seems
> those mappings are just for convenience, but that it creates new ones on the
> fly from the configuration (Torque.properties in my case).

I was before this mechanism was added. We use postgres with Tambora so
that's what I deal with most of the time. I've meant to put this mapping
into an XML file but I forgot. I was waiting to finish the XML->Object
mapper I was working on. The mapper is finished now so this can easily
be moved to XML now.
 
> Anyway, I'll give the new code a try after a bit of sleep!
> 
> Many thanks again Jason.
> 
>     Erik
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]

http://tambora.zenplex.org


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

Reply via email to