Re: Failing Unit Tests with Version 1.3.171 (JdbcSQLException: General error: "java.lang.IllegalArgumentException: fromIndex(1000) > toIndex(1))

2013-05-14 Thread Flo Schwarz
l be in the next release. > Please test with the nightly build to confirm. > > On 2013-05-13 10:29, Flo Schwarz wrote: > > Hi, > > > > we are using EclipseLink 2.4.1 as ORM layer and H2 1.3.170 as database. > > > > When we tried to update to the latest H

Failing Unit Tests with Version 1.3.171 (JdbcSQLException: General error: "java.lang.IllegalArgumentException: fromIndex(1000) > toIndex(1))

2013-05-13 Thread Flo Schwarz
Hi, we are using EclipseLink 2.4.1 as ORM layer and H2 1.3.170 as database. When we tried to update to the latest H2 version 1.3.171, we got a couple of failing unit tests. This is the query that is executed by one of our tests: SELECT DISTINCT t1.ID AS a1, ... FROM CATEGORYEJB t0, TERMEJB_CAT

Automatic migration does not start if "h2.baseDir" system property is used

2011-04-12 Thread Flo Schwarz
Hi, I tried to update our application from 1.128 to newest h2 version. Although I placed the h2mig_pagestore_addon.jar in the classpath the migration did not start and I got a "Unsupported database file version or invalid file header in file" error. I stepped through the source code and found th