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 5CBE319E50 for ; Wed, 16 Mar 2016 07:27:12 +0000 (UTC) Received: (qmail 6707 invoked by uid 500); 16 Mar 2016 07:27:12 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 6654 invoked by uid 500); 16 Mar 2016 07:27:12 -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 6643 invoked by uid 99); 16 Mar 2016 07:27:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2016 07:27:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7BAB7C1EBB for ; Wed, 16 Mar 2016 07:27:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id RaZuJD0TFsUx for ; Wed, 16 Mar 2016 07:27:10 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 71BCF5FB06 for ; Wed, 16 Mar 2016 07:27:10 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A9E24E0097 for ; Wed, 16 Mar 2016 07:27:09 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id B1D1F3A07CD for ; Wed, 16 Mar 2016 07:27:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1735190 - /openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml Date: Wed, 16 Mar 2016 07:27:09 -0000 To: commits@openjpa.apache.org From: struberg@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160316072709.B1D1F3A07CD@svn01-us-west.apache.org> Author: struberg Date: Wed Mar 16 07:27:09 2016 New Revision: 1735190 URL: http://svn.apache.org/viewvc?rev=1735190&view=rev Log: OPENJPA-2632 add documentation for the new UseTCCLinSelectNew config switch Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml?rev=1735190&r1=1735189&r2=1735190&view=diff ============================================================================== --- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml (original) +++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml Wed Mar 16 07:27:09 2016 @@ -3408,6 +3408,53 @@ TransactionMode use. You can override this setting per-session. + +
+ + openjpa.UseTCCLinSelectNew + + + + UseTCCLinSelectNew + + + + + classloading + + + UseTCCLinSelectNew + + + + Property name: openjpa.UseTCCLinSelectNew + + + Configuration API: + + org.apache.openjpa.conf.OpenJPAConfiguration.getUseTCCLinSelectNew + + + + Resource adaptor config-property: UseTCCLinSelectNew + + + Default: false + + + Since: OpenJPA-2.4.2 + + + Possible values: true, + false + + + Description: Whether to try to use the ThreadContextClassLoader + as fallback if the given class in a SELECT NEW statement could not be found + with the default ClassLoader. This is mostly useful in EAR and OSGi environments. + By default the ClassLoader of the entity is used. + +
openjpa.WriteLockLevel