I'm new to SQLite, so go easy on me... I'm trying to run a
preparedstatement with Spring against a SQLite datasource and I get
the following error:
21:08:04,449 WARN SQLErrorCodesFactory:232 - Error while extracting
database product name - falling back to empty error codes
org.springframework.jdbc.support.MetaDataAccessException: Could not
access DatabaseMetaData method 'getDatabaseProductName'; nested
exception is java.lang.IllegalAccessException: Class
org.springframework.jdbc.support.JdbcUtils$1 can not access a member
of class org.sqlite.MetaData with modifiers "public"
Caused by:
java.lang.IllegalAccessException: Class
org.springframework.jdbc.support.JdbcUtils$1 can not access a member
of class org.sqlite.MetaData with modifiers "public"
at sun.reflect.Reflection.ensureMemberAccess(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.jdbc.support.JdbcUtils
$1.processMetaData(JdbcUtils.java:228)
Has anyone seen this before?
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---