Hi, > I'm using a H2 database (H2 1.2.127) > Unsupported database file version or invalid file header in file <filename> > [90048-120]
Most likely the problem is that you created the database with version 1.2.127, but Hibernate is still using version 1.2.120. H2 encodes the build number in the exception message. "-120" means the exception is from version 1.2.120. Regards, Thomas -- 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=en.
