On 2014-06-23 02:44 PM, Edgar Espina wrote:
From what I saw there is an issue with some JDBC classes, like org.h2.Driver and org.h2.jdbcx.JdbcDataSource. For example, Java 8 comes with JDBC 4.1 and org.h2.Driver doesn't have a *getParentLogger* method (same for JdbcDataSource). That missing method makes the classloader to fail bc org.h2.Driver doesn't implement java.sql.Driver.
It that was a problem, you would have seen something like AbstractMethodError, not ClassNotFoundException. There is a problem with your build configuration. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
