on 21-02-2 18.09, Eric Jain at [EMAIL PROTECTED] wrote: >> Apply the patch from the link below to the 1.61 source ... >> >> And unzip the JBoss HSQLDB - subtract >> /Embedded_Server.class >> /Embedded_ServerConnection.class >> /util/Embedded_DatabaseManager.class > > Not sure if I got you right, but neither updating the three fixed hsqldb > class files in the jboss hsqldb.jar nor adding the extra class files from > the jboss hsqldb.jar to the freshly compiled hsqldb produced a version that > would work with JBoss. > > I wonder where all the extra classes in the JBoss hsqldb.jar come from, they > don't seem to be included in the normal hsqldb source distribution or with > JBoss?
There also are some SwingDatabaseManager classes in there ... You can try it by uncomment it in HypersonicDatabase.java ... The hsqldb non UTF.write patch changes three classes, one being ServerConnection, the others are jdbcConnection.java and Column.java ... so recompile hsqldb with the patch also applying the ServerConnection changes to Embedded_ServerConnection (the source file I sent You), then zip it all up. /peter _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
