Author: mikedd
Date: Mon Aug  1 19:21:57 2011
New Revision: 1152898

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

This reverts commit 6726dd50d8bc3a2e4d00c07520de149ec9962957.

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=1152898&r1=1152897&r2=1152898&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 19:21:57 2011
@@ -190,11 +190,9 @@ 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 
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.
-
+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.


Reply via email to