From dev-return-12603-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Jun 21 13:33:28 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 63967 invoked from network); 21 Jun 2007 13:33:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2007 13:33:27 -0000 Received: (qmail 84123 invoked by uid 500); 21 Jun 2007 13:33:30 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 84088 invoked by uid 500); 21 Jun 2007 13:33:30 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 84079 invoked by uid 99); 21 Jun 2007 13:33:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 06:33:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [195.154.103.130] (HELO condor.legisway.com) (195.154.103.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 06:33:23 -0700 Received: from asterion.legisway.com ([10.0.0.46]) by condor.legisway.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 21 Jun 2007 15:45:55 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: atomic vs group node creation/storage X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Thu, 21 Jun 2007 15:31:28 +0200 Message-ID: In-Reply-To: <5f211bd50706210130s4d3d9a09w817657bfa69586dd@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: atomic vs group node creation/storage thread-index: Acez3kvfBX8ZQ40gQgW4Sp1QqZ41tQAKdy8g From: =?iso-8859-1?Q?Fr=E9d=E9ric_Esnault?= To: X-OriginalArrivalTime: 21 Jun 2007 13:45:55.0492 (UTC) FILETIME=[7DB33E40:01C7B40A] X-Virus-Checked: Checked by ClamAV on apache.org Hi Thomas, thanx for your test tool. I modified it to include the CNDs, the business roots, and the real = random data generator, and I'm afraid I cannot reproduce the problem. Here is my output :=20 *** Initializing repository *** Initializing repository [{http://www.legisway.com}addressType] [{http://www.legisway.com}contactType] [{http://www.legisway.com}contactsType] [{http://www.legisway.com}contractorType] [{http://www.legisway.com}contractorsType] [{http://www.legisway.com}contractType] [{http://www.legisway.com}contractsType] [{http://www.legisway.com}rootType] *** Adding Node lgw:contracts under the Root Node *** *** Adding Node lgw:contacts under the Root Node *** *** Adding Node lgw:contractors under the Root Node *** Found nodes : 0 [OneByOne] Creating 1000 contacts end of creation SELECT COUNT(*) FROM default_binval: 0 SELECT COUNT(*) FROM default_node: 2006 SELECT COUNT(*) FROM default_prop: 13007 SELECT COUNT(*) FROM default_refs: 0 SELECT COUNT(*) FROM version_binval: 0 SELECT COUNT(*) FROM version_node: 1 SELECT COUNT(*) FROM version_prop: 1 SELECT COUNT(*) FROM version_refs: 0 *** Initializing repository *** Initializing repository [{http://www.legisway.com}addressType] [{http://www.legisway.com}contactType] [{http://www.legisway.com}contactsType] [{http://www.legisway.com}contractorType] [{http://www.legisway.com}contractorsType] [{http://www.legisway.com}contractType] [{http://www.legisway.com}contractsType] [{http://www.legisway.com}rootType] *** Adding Node lgw:contracts under the Root Node *** *** Adding Node lgw:contacts under the Root Node *** *** Adding Node lgw:contractors under the Root Node *** Found nodes : 0 [Batch] Creating 1000 contacts end of creation SELECT COUNT(*) FROM default_binval: 0 SELECT COUNT(*) FROM default_node: 2006 SELECT COUNT(*) FROM default_prop: 13007 SELECT COUNT(*) FROM default_refs: 0 SELECT COUNT(*) FROM version_binval: 0 SELECT COUNT(*) FROM version_node: 1 SELECT COUNT(*) FROM version_prop: 1 SELECT COUNT(*) FROM version_refs: 0 Then maybe it's because I'm using it in a webapp, in tomcat and with = Spring... Frederic Esnault