Author: mikedd
Date: Mon Aug  1 22:11:58 2011
New Revision: 1152953

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

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

Modified: 
openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
URL: 
http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties?rev=1152953&r1=1152952&r2=1152953&view=diff
==============================================================================
--- 
openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
 (original)
+++ 
openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties
 Mon Aug  1 22:11:58 2011
@@ -190,9 +190,11 @@ 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.
+


Reply via email to