Patches item #648805, was opened at 2002-12-04 20:41 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=648805&group_id=22866
Category: None Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Jeremy Boynes (jboynes) Assigned to: Nobody/Anonymous (nobody) Summary: Upgrade hsqldb to 1.7.1 Initial Comment: This patch ports peterf's changes to head back to the 3.2 branch to upgrade the bundled hsqldb to version 1.7.1 Attached is a diff-u of affected files which applies the following changes: * Merge HypersonicDatabase.java from head * Merge hsqldb-ds.xml and hsqldb-service.xml from head * Modify hard-coded port number (from 1476 to 1701) in the following testsuite files: hsqldb-singleconnection-service.xml test-service.xml DeployConnectionManagerUnitTestCase.java LoginModulesUnitTestCase.java * Change BMPHelperSessionBean to use the upper case name when checking for the existence of tables as hsqldb now does a case-sensitive comparison Additional steps needed are: * Merge hsqldb.jar from head (1.7.1 jar) * Remove varia/src/main/org/hsqldb/Embedded_Server.java and Embedded_ServerConnection.java as they are no longer needed Running the tests target from testsuite on my config (WinXP, Sun JDK1.4.1) results in 43 errors and 2 failures, which is the same as seen with the initial checkout. The failures do not appear related to hsqldb. If this patch is accepted, a change note should be produced to indicate the change in port for the default database. Most of the issues seen were related to this and it would impact clients using the instance directly. This patch changes the port simply because that was done in the head branch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=648805&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
