Mark Struberg created OPENJPA-2689:
--------------------------------------
Summary: 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)