P.S. This happens while running the TestScriptSimple test, so the database is being created fresh every time. The problem happens when processing the first "@reconnect" within the "testSimple.in.txt" file (all the statements prior to that pass successfully). I don't see these errors except when running on Google App Engine, so now I wonder if it's my file system that's causing the problem; I'll investigate further.
On Wed, Nov 18, 2009 at 11:00 AM, Vince Bonfanti <[email protected]>wrote: > I just updated to the latest code from SVN and am now getting a > ClassCastException in the PageLog.removeUntil(int, int) method at line 695: > > PageStreamTrunk t = (PageStreamTrunk) p; > > "p" is type PageDataLeaf. > > I was not getting this exception prior to updating from SVN. > > Vince > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=.
