Author: mprudhom
Date: Fri Oct 6 11:10:08 2006
New Revision: 453720
URL: http://svn.apache.org/viewvc?view=rev&rev=453720
Log:
Added warning about Oracle's ArrayIndexOutOfBoundsException JDBC driver bug.
Modified:
incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
Modified:
incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
URL:
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties?view=diff&rev=453720&r1=453719&r2=453720
==============================================================================
---
incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
(original)
+++
incubator/openjpa/trunk/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
Fri Oct 6 11:10:08 2006
@@ -140,3 +140,9 @@
column-not-mapped: SQLResultSetMapping "{0}" does not map the columns "{1}" \
that are selected by the SQL query\r\n "{2}"
dictionary-configuration: DBDictionary configuration: \n{0}
+oracle-timestamp-bug: An ArrayIndexOutOfBoundsException has occured when \
+ getting a timestamp value. This can happen when using versions of the \
+ Oracle JDBC driver greater than 9.2 in conjuncion with a server version \
+ less than 9.2. Downgrading the driver will solve this, or it can be \
+ worked around by setting the "SupportsTimestampNanos" DBDictionary \
+ property to "true".