0 Replies Latest reply on Sep 28, 2004 7:42 PM by conradi

    hypersonic

    conradi

      at the moment i am switching form jboss 3.2.6RC1 to 3.2.6RC2.
      i am using hibernate and for testing purposes i am using the hsql database.
      since i have to use hibernate from outside the container i have enabled the
      tcp based access in the hsqldb-ds.xml:

      [...]

      <!-- This mbean can be used when using in process persistent hypersonic -->
      jboss:service=Hypersonic,database=localDB
      </local-tx-datasource>

      <!-- This mbean should be used only when using tcp connections. Uncomment
      when the tcp based connection-url is used.
      -->

      1701
      true
      localDB
      false
      true



      this works in 3.2.6RC1 but stop to work in RC2, throwing the following exception:

      Caused by: java.sql.SQLException: socket creation error
      at org.hsqldb.jdbc.jdbcUtil.sqlException(Unknown Source)
      at org.hsqldb.jdbc.jdbcConnection.(Unknown Source)
      at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
      at org.hsqldb.jdbcDriver.connect(Unknown Source)
      at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:158)

      i am fairly sure, that i did not skrew up my configuration, thus my question:
      has anything been changed with regard to this problem.

      tia, heinz-dieter