[jboss-user] [Beginners Corner] - Re: Hypersonic -
PeterJ
do-not-reply at jboss.com
Fri Mar 21 22:18:46 EDT 2008
Two possibilities.
First, the data directory is corrupt. Try deleting server/all/data.
Second, you have deployed a second *-ds.xml file that is using the same Hypersonic connection url. You need to use a different url (specifically, the database name at the end of the URL), for example:
<connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}someOtherDB</connection-url>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138390#4138390
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138390
More information about the jboss-user
mailing list