0 Replies Latest reply on Mar 13, 2003 1:26 PM by gjb9876

    hypersonic defaultDS, need to create a table

    gjb9876

      I'm using jboss-3.0.6 and the templateExample works fine. There is a TestEntityBean that uses the TestEntity table. I would like to be able to use the hypsersonic Manager tool to connect to this defaultDS database so that I can see and modify tables. I need to create a new table in this database so that a new BMP bean I've written will be able to insert a new row.

      I cannot find how to connect to the default database. Please advise as to what entries to use when connecting using the hypersonic manager tool. Here is what I've tried, but there are no tables, such as 'TestEntity' that is used by the template example.

      type: HSQL Database Engine In-Memory
      driver: org.hsqldb.jdbcDriver
      url: jdbc:hsqldb:.
      user: sa
      pass:

      THANK-YOU for any advice,
      GJB