OPENJPA-2067: Update message text

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1389963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jody Grassel 2012-09-25 16:12:50 +00:00
parent cd0385ccff
commit 090aa43c13
1 changed files with 3 additions and 3 deletions

View File

@ -224,7 +224,7 @@ oracle-set-clob-failed: Invocation of methods to support storing large character
alternate method is used to store the data; however, if the data is larger \
than 4000 bytes, data, an error might occur.
jdbc4-setbinarystream-unsupported: The JRE or JDBC level in use does not support the \
JDBC 4.0 version of the "java.sql.PreparedStatement.setBinaryStream" method which is \
necessary when the property "openjpa.jdbc.DBDictionary=useJDBC4SetBinaryStream=true" is \
set. A prior version of this method will be used.
JDBC 4.0 version of the java.sql.preparedStatement.setBinaryStream method. \
This method is necessary when the openjpa.jdbc.DBDictionary=useJDBC4SetBinaryStream \
property is set to the value, true. A prior version of this method is used.