You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2017/03/02 08:14:45 UTC

[jira] [Resolved] (OPENJPA-2689) Calling setFixedCHAR on newer Oracle JDBC drivers fails with an IllegalAccessException

     [ https://issues.apache.org/jira/browse/OPENJPA-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OPENJPA-2689.
------------------------------------
    Resolution: Fixed

> Calling setFixedCHAR on newer Oracle JDBC drivers fails with an IllegalAccessException
> --------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-2689
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2689
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jdbc
>    Affects Versions: 2.4.2, 3.0.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 2.4.3, 3.0.0
>
>
> Newer Oracle JDBC drivers have the OraclePreparedStatementWrapper as package scoped class. 
> That means that invoking any method via reflection will fail with an IllegalAccessException despite those methods (in my case setFixedCHAR) is public.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)