on 13-02-2 19.48, Eric Jain at [EMAIL PROTECTED] wrote: > Problem: I need to be able to store large objects inside entity beans. > Unfortunately, the version of hsqldb provided with JBoss 3.0.0 alpha only > supports fields of up to 32KB. Apparently this has been fixed in the newest > version of hsqldb, 1.6.1. > > Simply replacing the hsqldb.jar in lib/ext results in hundreds of error > messages. > Does anyone have any experience with updating the database?
There is a patch at sf.net (JBoss area) introducing three *new* classes for the hsqldb.jar distributed with JBoss : Embedded_Server.class Embedded_ServerConnection.class Embedded_DatabaseManager.class rip them out using zip and zip them in ... in any new version of hsqldb, to my knowledge We are 1.61 allready ? ... /peter _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
