Re: StreamingLOB and Derby/Hsql

2009-09-24 Thread Donald Woods
Have you tried running with Derby 10.5.1.0 or 10.5.3.0? Looking at the Derby 10.5.1.1 release notes, there were a lot of stream/lob/clob fixes that went in... I tried running the TestInputStreamLob and TestReaderLob junits in trunk against Derby 10.5.3.0 and am seeing the same test failures

Re: StreamingLOB and Derby/Hsql

2009-09-21 Thread MiƂosz Tylenda
Hi Simone, OpenJPA currently supports (judging from test cases) streaming LOB with MySQL, Oracle, PostgreSQL and SQL Server. However, even with these databases there are bugs to fix. OPENJPA-1248 [1] contains a few stack traces some of which are similar to yours. Thus the exception you are

Re: StreamingLOB and Derby/Hsql

2009-09-21 Thread Donald Woods
After the focus on cleaning up failing junits on non-Derby databases this month, TestReaderLob is passing now on MySQL and only has one failure on Oracle, but still has 5 failures on MSSQL Not sure which svn check-in resolved it, as it could have been r816287 for Oracle or a number of the

StreamingLOB and Derby/Hsql

2009-09-16 Thread Simone Gianni
Hi all, I've been experimenting with the streaming LOB on Apache Derby and Hsql. I'm using OpenJPA 1.2.0. On Hsql, it is not supported because it does not support select for update. On Derby 10.1.2.1 (reported as supported in