Re: [JBoss-user] How to update hsqldb

2002-02-21 Thread Peter Fagerlund
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

RE: [JBoss-user] How to update hsqldb

2002-02-21 Thread Eric Jain
> 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 jbo

RE: [JBoss-user] How to update hsqldb

2002-02-21 Thread Eric Jain
> - JBoss are shipping with "HSQLDB v 1.61 Changes 20 July 2001" ! ... > > - The HSQLDB JDBC driver version is 1.6 ! ... > > - Please point me to the source that states "greater then 32KB" ? ... Sorry, I just saw that they now plan to fix this for 1.6.2, not 1.6.1. See http://sourceforge.net/foru

Re: [JBoss-user] How to update hsqldb

2002-02-21 Thread Peter Fagerlund
>> We are 1.61 allready ? ... > > Right. Unfortunately the current JBoss version from CVS still seems to use > 1.6. 1.61 seems to be an important upgrade, since it allows OBJECT fields to > be greater than 32KB, which is quite important, at least for me :-) - JBoss are shipping with "HSQLDB v 1.

RE: [JBoss-user] How to update hsqldb

2002-02-21 Thread Eric Jain
> There is a patch at sf.net (JBoss area) introducing three *new* > classes for the hsqldb.jar distributed with JBoss : You don't happen to remember in which patch those files are? Couldn't find anything at http://sourceforge.net/tracker/?group_id=22866&atid=376687 > We are 1.61 allready ? ...

Re: [JBoss-user] How to update hsqldb

2002-02-20 Thread Peter Fagerlund
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 h

[JBoss-user] How to update hsqldb

2002-02-13 Thread Eric Jain
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