Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-329

Upgrade version of HSQLDB used to match community version

    XMLWordPrintable

Details

    • Release Notes

    Description

      Upgrade HSQLDB from 1.8.0.2 to 1.8.0.8 to match version used upstream and shuipped with Linux systems.

      Requires a small fix to a testcase:

      org.jboss.test.cmp2.idxandusersql.test.IdxAndUsersqlUnitTestCase.testCMRmn2

      Here is the patch:

      Heiko

      Index: .
      ===================================================================
      — . (revision 65226)
      +++ . (working copy)
      @@ -242,7 +242,7 @@
      String iName = rs.getString(6); // name of index

      // Ignore indices that are autogenerated for PKs

      • if (cName.equals(column) && !iName.startsWith("PK_IDX"))
        + if (cName.equals(column) && !iName.startsWith("PK_IDX") && !iName.startsWith("SYS_IDX")) { found = true; }

      Attachments

        Activity

          People

            fnasser Fernando Nasser
            fnasser Fernando Nasser
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: