From commits-return-8945-apmail-openjpa-commits-archive=openjpa.apache.org@openjpa.apache.org Mon Aug 1 19:22:11 2011 Return-Path: X-Original-To: apmail-openjpa-commits-archive@www.apache.org Delivered-To: apmail-openjpa-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA7A87950 for ; Mon, 1 Aug 2011 19:22:11 +0000 (UTC) Received: (qmail 92306 invoked by uid 500); 1 Aug 2011 19:22:11 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 92249 invoked by uid 500); 1 Aug 2011 19:22:11 -0000 Mailing-List: contact commits-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list commits@openjpa.apache.org Received: (qmail 92242 invoked by uid 99); 1 Aug 2011 19:22:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 19:22:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 19:22:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 76FC623889DA for ; Mon, 1 Aug 2011 19:21:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1152897 - /openjpa/branches/1.2.x/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties Date: Mon, 01 Aug 2011 19:21:47 -0000 To: commits@openjpa.apache.org From: mikedd@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110801192147.76FC623889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mikedd Date: Mon Aug 1 19:21:46 2011 New Revision: 1152897 URL: http://svn.apache.org/viewvc?rev=1152897&view=rev Log: Revert "OPENJPA-1691: Fix typo in message." This reverts commit 68e906f8734ab5a0350c415bd494b71d0314c5d1. 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=1152897&r1=1152896&r2=1152897&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:46 2011 @@ -191,7 +191,7 @@ sequencesql-override: Going to override 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 (CLOB) or XML values. An alternate method will be used to store the data; \ + 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 \