Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This application is using the HSQL database that comes as part of the JBoss bundle. Open the hsqldb-ds.xml located in the <jboss_home>/server/<your_server_name>/deploy directory and which sets up the default datasource. Near the top of the file, look for the <connection-url> element. Uncomment this element and make sure the value is set to jdbc:hsqldb:hsql://localhost:1701 and that any other connection-url elements are commented out.

Scroll all the way to the bottom of the file and you should find the MBean declaration for the Hypersonic service. Uncomment this declaration so the service will be able to accept TCP/IP connections. See the following example as a reference.

...