Matt Pavlovich created OPENJPA-2691:
---------------------------------------
Summary: OracleDictionary should use non Deprecated method of
empty_lob
Key: OPENJPA-2691
URL: https://issues.apache.org/jira/browse/OPENJPA-2691
Project: OpenJPA
Issue Type: Bug
Affects Versions: 2.4.2
Reporter: Matt Pavlovich
Fix For: 2.4.3, 3.0.0
Note:
oracle.sql.CLOB.empty_clob() method is deprecated.
Should use:
oracle.sql.CLOB.getEmptyCLOB() instead
Reference:
http://download.oracle.com/otn_hosted_doc/jdeveloper/905/jdbc-javadoc/oracle/sql/CLOB.html
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)