Hi, I'm sorry, I don't know what could be the problem... Do you use the exact same version of H2 on the client side? In theory that shouldn't be required, however, could you try if it solves the problem if you do?
I saw in you have used -DRETURN_LOB_OBJECTS=false - this is incorrect. You need to use -Dh2.returnLobObjects=false - see also http://www.h2database.com/javadoc/org/h2/constant/SysProperties.html#h2.returnLobObjects 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.
