I got it...but without the localDB.

What I did was I went and modified hsqldb-ds.xml

Comment out the following lines
<connection-url>jdbc:hsqldb:hsql://localhost:1701</connection-url>

and 
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}/hypersonic/localDB</connection-url>

and uncomment
<connection-url>jdbc:hsqldb:.</connection-url>

It doesn't save though...but I got it to work for testing / tutorials etc.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834193#3834193

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834193


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to