Versions Compared

Key

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

...

  1. Create an entry in the Geronimo repository to identify the drivers for Hipersonic. For this example we created <geronimo_home>\repository\ Hipersonic\hsqldb\Server\1.8.0. Note we created four directories, org already existed.
  2. Locate the HSQL driver jar hsqldb.jar. This file is located in the <jboss_home>\server\default\lib directory. Make a copy of this file and rename it to hsqldb-1.8.0.jar.
  3. Copy the renamed file to the repository entry you created before, <geronimo_home>\repository\Hipersonic\hsqldb\Server\1.8.0. Note that the driver file name has to be versioned.

Alternatively you could use the Adding archives to the Geronimo repository portlet to copy the HSQL driver into the appropriate directory structure. Just make sure you rename the driver to hsqldb-1.8.0.jar, once the driver is selected the remaining fields are filled automatically. Verify the values and click Install.

From Go back to the Geronimo Administration Console and click on the Database Pools link. From the Database Pools portlet click on Import from JBoss 4. In the Step 1 of Importing the Database Pools specify the location of the -ds.xml file and click Next.

...