You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2011/07/19 17:26:12 UTC

svn commit: r1148394 - /openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties

Author: mikedd
Date: Tue Jul 19 15:26:12 2011
New Revision: 1148394

URL: http://svn.apache.org/viewvc?rev=1148394&view=rev
Log:
OPENJPA-1691: Minor rewording of message text.

Modified:
    openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties

Modified: openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
URL: http://svn.apache.org/viewvc/openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties?rev=1148394&r1=1148393&r2=1148394&view=diff
==============================================================================
--- openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties (original)
+++ openjpa/branches/1.3.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties Tue Jul 19 15:26:12 2011
@@ -206,9 +206,10 @@ sequencesql-override: Going to override 
     the property.  This will allow openJPA to detect a difference between the DB2 default \
     string and the string set in the property and will further allow openJPA to use the \
     string defined by the property rather than the default string for DB2.
-oracle-set-clob-unsupported: The JRE or JDBC level in use does not support the function \
-    necessary to support storing large Clob or XML values.  An alternate method will be used \
-    to store the data, but this may result in failure if the data is larger than 4000 bytes.
-oracle-set-clob-failed: Invocation of methods to support storing large Clob or XML values \
-    resulted in an error.  An alternate method will be used to store the data, but this may \
-    result in failure if the data is larger than 4000 bytes.    
+oracle-set-clob-unsupported: The JRE or JDBC level in use does not support storing large \
+    object (CLIB) or XML values.  An alternate method will be used to store the data; \
+    however, if the data is larger than 4000 bytes, an error might occur.
+oracle-set-clob-failed: Invocation of methods to support storing large character \
+    large object (CLOB) or XML values did not complete successfully.  An \
+    alternate method is used to store the data;  however, if the data is larger \
+    than 4000 bytes, data, an error might occur.