||I am trying to accomplish 2 things:
||
||1. Upgrade the hypersonic in JBoss to version 1.6 (i.e. make it use
||hsqldb.jar instead of hsql.jar)

just remove the hsql.jar from lib/ext and add hsqldb.jar

||2. Connect to an external or unembedded hypersonic 1.6 database
||
||I'm having trouble accomplishing this. I'm not sure what the Driver name
||should be. Using "org.hsqldb.jdbcDriver" doesn't seem to work.

you do need teh real driver name, unjar the hsql jar and find the name of
the driver.
or infer it from the examples.

Try just with that...

marc



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to