2 Replies Latest reply on Aug 28, 2003 7:55 AM by skdarko

    Embedded Hypersonic Database In JBOSS 3.2.1

    skdarko

      Hi, I cannot find 'service=Hypersonic' under the sub-heading 'jboss' in the JMX Management Console. Where can I find the embedded Hypersonic database with JBOSS 3.2.1? I downloaded the version which does not contain the built-in Tomcat.

      Thanks for your help.

        • 1. Re: Embedded Hypersonic Database In JBOSS 3.2.1
          jonlee

          Check your hsqldb-ds.xml definition. Normally, the Hypersonic service is enabled if you are using the JDBC port based configuration. Otherwise, if you are using the in-process or in-memory configurations, Hypersonic is not actually required and may be commented out. JBoss 3.2.0 used the JDBC-enabled configuration so the default distribution would show the Hypersonic service in JMX-console. This might have changed in your version. YMMV. However, you can confirm this by checking the datasource configuration. This will also show you the binding name expected if your Hypersonic service is operational.

          • 2. Re: Embedded Hypersonic Database In JBOSS 3.2.1
            skdarko

            jonlee,

            Your suggestion prompted me to look at hsqldb-ds.xml file in the deploy folder. To activate the Hypersonic database service, I changed the file name to hsqldb-service.xml.

            Thanks a lot.