These snippets is from org.jboss.jdbc.HypersonicDatabase.java
This is how the MBean locates and loads the $JBOSS_HOME$/db/
URL dbLocator = getClass().getResource("/db.properties");
File dbDir = new File(dbLocator.getFile()).getParentFile();
File dbName = new File(dbDir, "hypersonic/"+name);
These are the drivers :
String dbStrVersion_1_4 = "jdbc:HypersonicSQL:hsql://host:"+port;
String dbStrVersion_1_6 = "jdbc:hsqldb:hsql://host:"+port;
Today U need to modify the stopService() to use the 1.6 driver manually and
recompile. Maybe the 2.3 could be distributed with 1.6 by default ? ...
/peter
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user