mirror of https://github.com/apache/openjpa.git
Added warning about Oracle's ArrayIndexOutOfBoundsException JDBC driver bug.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@453720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
223b81db2b
commit
3ffad89624
|
@ -140,3 +140,9 @@ illegal-method: {0}.{1}() is illegal to be invoked
|
|||
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".
|
||||
|
|
Loading…
Reference in New Issue