3 Replies Latest reply on Feb 3, 2004 3:07 AM by lianghong

    no Select service=Hypersonic

    johnraz

      I'm trying to start the Hypersonic Database Manager, and have followed the instructions, however my http://localhost:8080/jmx-console/index.jsp
      view contains no such entry.

      When filtering for service=Hypersonic, again there is no entry.

      Any help would be appreciated!

        • 1. Re: no Select service=Hypersonic

          Follow the instructions in hsqldb-ds.xml to re-enable it.
          Also read this:
          http://sourceforge.net/docman/display_doc.php?docid=19314&group_id=22866

          Regards,
          Adrian

          • 2. Re: no Select service=Hypersonic
            impossible

            Hi
            I've tried doing the stuff as stated above: moved the "-->" up to expose the <connection-url>, changed the inside to jdbc:hsqldb:/hypersonic/localDB, uncommented the depends tags, deleted the inside of the depends tags, moved the "-->" to expose the mbean code, and removed the values between the attribute tags. I use the http://localhost:8080/jmx-console/index.jsp link, and the hypersonic option still does not come up.

            I'm using jboss 3.2.3, java 1.4.2

            • 3. Re: no Select service=Hypersonic
              lianghong

              Post an example (hsqldb-ds.xml) for launch the Hypersonic service on Jboss 3.2.2.


              <?xml version="1.0" encoding="UTF-8"?>

              <!-- The Hypersonic embedded database JCA connection factory config
              $Id: hsqldb-ds.xml,v 1.1.2.11 2003/09/28 12:31:36 starksm Exp $ -->



              <local-tx-datasource>
              <jndi-name>DefaultDS</jndi-name>
              <connection-url>jdbc:hsqldb:hsql://localhost:1701</connection-url>
              <driver-class>org.hsqldb.jdbcDriver</driver-class>
              <user-name>sa</user-name>

              <min-pool-size>2</min-pool-size>
              <max-pool-size>5</max-pool-size>
              <idle-timeout-minutes>0</idle-timeout-minutes>
              <track-statements>true</track-statements>
              jboss:service=Hypersonic
              </local-tx-datasource>


              1701
              true
              default
              false
              true