Needed to modify DBFactory with the following to get Interbase working.
private static void initializeDriverToAdapterMap()
{
driverToAdapterMap = new Hashtable();
driverToAdapterMap.put("org.gjt.mm.mysql.Driver", "DBMM");
driverToAdapterMap.put("org.postgresql.Driver", "DBPostgres");
driverToAdapterMap.put("oracle.jdbc.driver.OracleDriver",
"DBOracle");
driverToAdapterMap.put("interbase.interclient.Driver",
"DBInterbase");
}
----- Original Message -----
From: "Jason van Zyl" <[EMAIL PROTECTED]>
To: "Turbine Users List" <[EMAIL PROTECTED]>
Sent: Sunday, November 11, 2001 5:08 PM
Subject: Re: Torque (v2.1) and Stand-Alone
> On 11/11/01 11:04 PM, "Hugh Brien" <[EMAIL PROTECTED]> wrote:
>
> > A couple of errors from the dtd and then ant can't find my JDBC driver.
I
> > have attempted to put it in just about every possible place with no
success.
> > Does anyone have a suggestion. interclient.jar is the JDBC driver for
> > Interbase and it appears to be in the classpath. I have also included a
> > copy of my classapath when running in verbose mode and a stack trace
from
> > ANT
>
> Post your profile and I'll take a look at it.
>
> > r,
> > Hugh
> >
> >
>
>
> --
>
> jvz.
>
> Jason van Zyl
>
> http://tambora.zenplex.org
> http://jakarta.apache.org/turbine
> http://jakarta.apache.org/velocity
> http://jakarta.apache.org/alexandria
> http://jakarta.apache.org/commons
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[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]>