2 Replies Latest reply on Feb 14, 2007 6:09 PM by gavin.king

    hsqldb, Hibernate and IDE's

    tony.herstell1

      Given:

      <?xml version="1.0" encoding="UTF-8"?>
      
      <datasources>
       <local-tx-datasource>
       <jndi-name>risingstarsDatasource</jndi-name>
       <connection-url>jdbc:hsqldb:.</connection-url>
       <driver-class>org.hsqldb.jdbcDriver</driver-class>
       <user-name>sa</user-name>
       <password></password>
       </local-tx-datasource>
      </datasources>
      
      


      It brilliant that you can run up the hsqldb client by going to localhost:8080 to get the JBoss stuff; open the jmx Console and run up the Database Manger and "connect" again to look at whats happening in your hsqldb database...


      However; it a bit time consuming...


      I am trying to get MyEclipse Database Explorer to look at the database.

      For the URL would it still be : jdbc:hsqldb:.

      Since I start JBoss from MyEclipse I would have expected that the database I would see would be the right one; but it isn't; it appears to create a new database for me.

      Can you advise?


      Basically I am getting lots of Hibernate exceptions, not propogagted out !! that are Heap Space issues...