Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    HSQLDB 2.2.4 Support

    Smart GWT 2.5 Power Edition

    I am using HSQLDB 2.2.4 to store some application data. I know that the Smart GWT 2.5 release contains the hsqldb-1.8.0.10.jar file within its library.

    Can I replace the hsqldb-1.8.0.10.jar file with the new version hsqldb-2.2.4.jar?

    Thanks.

    #2
    We haven't verified that specific version, but we don't know of any APIs for which the new versions of HSQL is not providing backwards compatability. So try it out and us know if there are issues.

    Comment


      #3
      In order to get it working, I needed to replace your hsqldb-1.8.0.10.jar file with the hsqldb-2.2.4.jar one in my application distribution release kit.

      Based on my initial testing, the 1.8 jar will not connect correctly to a 2.2 HSQLDB database.

      After the change described above, everything appears to be working now.

      Thanks.

      Comment

      Working...
      X