From commits-return-2420-apmail-openjpa-commits-archive=openjpa.apache.org@openjpa.apache.org Wed Oct 03 15:09:01 2007 Return-Path: Delivered-To: apmail-openjpa-commits-archive@www.apache.org Received: (qmail 90830 invoked from network); 3 Oct 2007 15:09:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 15:09:00 -0000 Received: (qmail 97273 invoked by uid 500); 3 Oct 2007 15:08:49 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 97256 invoked by uid 500); 3 Oct 2007 15:08:49 -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 97247 invoked by uid 99); 3 Oct 2007 15:08:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 08:08:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 15:08:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 217CE1A9832; Wed, 3 Oct 2007 08:08:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r581619 - /openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties Date: Wed, 03 Oct 2007 15:08:08 -0000 To: commits@openjpa.apache.org From: clr@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071003150809.217CE1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Wed Oct 3 08:08:04 2007 New Revision: 581619 URL: http://svn.apache.org/viewvc?rev=581619&view=rev Log: OPENJPA-366 Trivial typo in new message Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties Modified: openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties?rev=581619&r1=581618&r2=581619&view=diff ============================================================================== --- openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties (original) +++ openjpa/trunk/openjpa-kernel/src/main/resources/org/apache/openjpa/kernel/localizer.properties Wed Oct 3 08:08:04 2007 @@ -376,6 +376,6 @@ invalid-tran-status: The transaction was not in a valid state ({0}) to \ accept the "{1}" method invocation. Processing will continue. multi-threaded-access: Multiple concurrent threads attempted to access a \ - single broker. By default brokers are not thread safe, if you require \ - and/or intent a broker to be accessed by more then one thread, set the \ + single broker. By default brokers are not thread safe; if you require \ + and/or intend a broker to be accessed by more than one thread, set the \ openjpa.Multithreaded property to true to override the default behavior.