The public method org.sqlite.MetaData.getDatabaseProductName() does exist.
This may be a general Java security issue not specific to this jdbc driver.

Run your java program with an appropriate -Djava.security.policy setting as
explained in:

  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4216880

using:

grant {
  permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
};

--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> 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)



       
____________________________________________________________________________________Ready
 for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to