From 090aa43c139bc48bc206f8af83db9d525e490827 Mon Sep 17 00:00:00 2001 From: Jody Grassel Date: Tue, 25 Sep 2012 16:12:50 +0000 Subject: [PATCH] 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 --- .../org/apache/openjpa/jdbc/sql/localizer.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties index 7eb282208..45ac58834 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties @@ -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.