Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-8330

org.jboss.jdbc.HypersonicDatabase stopping HSQLDB 2.0 throws Exception

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • No Release
    • JBossAS-5.1.0.GA
    • None
    • Low

    Description

      Hi,

      I have tried a new HSQLDB 2.0 with JBoss 5.1.0GA. It works fine. Just the org.jboss.jdbc.HypersonicDatabase.stopStandaloneDatabase() throws an exception:

      org.hsqldb.HsqlException: statement does not generate a result set

      I guess the code:

      statement.executeQuery(shutdownCommand);

      should be replaced by

      statement.executeUpdate(shutdownCommand);

      (But i have not tried it, though).

      Attachments

        Activity

          People

            Unassigned Unassigned
            xmedeko Ondrej Medek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: