On Fri, 2002-02-22 at 21:38, Erik Hatcher wrote: > ----- Original Message ----- > From: "Jason van Zyl" <[EMAIL PROTECTED]> > > > You sure those backslashes down there don't have to be escaped? > > No, I'm not sure :) The path to Torque.init works with forward or back > slashes no problem (it finds Torque.properties fine. > > But I've escaped them in between our messages and now have this: > > torque.database.default.url = jdbc:hsqldb:c:\\temp\\torque\\db\\testdb > > Wouldn't I get a different error message than > > [java] java.lang.InstantiationException: Unknown JDBC driver: > org.hsqldb.jdbcDriver: Check your configuration file > > if the problem was with my JDBC url, but the driver was found?
Where are you running this from? Are you sure the hsqldb jar is in your classpath? > Thanks again for bearing with me on this. > > Erik > > > > > I've never had any problem getting the tdk to work with hsqldb. I > > actually made a self contained demo of tambora working with but windows > > isn't my platform of choice so I'm probably not a lot of use. > > > > Here's the hsql profile that I use with the TDK, not sure if it will > > help but here it is: > > > > > http://cvs.apache.org/viewcvs/jakarta-turbine-tdk/profile/t2-tc3-hsqldb.prof > ile?rev=1.1&content-type=text/vnd.viewcvs-markup > > > > > > -- > 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]>
