From commits-return-3010-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Sun Oct 29 04:16:11 2006 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 74426 invoked from network); 29 Oct 2006 04:16:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2006 04:16:11 -0000 Received: (qmail 55675 invoked by uid 500); 29 Oct 2006 04:16:22 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 55642 invoked by uid 500); 29 Oct 2006 04:16:22 -0000 Mailing-List: contact commits-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 commits@jackrabbit.apache.org Received: (qmail 55633 invoked by uid 500); 29 Oct 2006 04:16:22 -0000 Delivered-To: apmail-incubator-jackrabbit-commits@incubator.apache.org Received: (qmail 55630 invoked by uid 99); 29 Oct 2006 04:16:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Oct 2006 21:16:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Oct 2006 21:16:10 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 852F7D49C2 for ; Sun, 29 Oct 2006 04:15:49 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jackrabbit-commits@incubator.apache.org Date: Sun, 29 Oct 2006 04:15:49 -0000 Message-ID: <20061029041549.30150.19320@ajax.apache.org> Subject: [Jackrabbit Wiki] Update of "QuestionsAndAnswers" by alokeshweta X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by alokeshweta: http://wiki.apache.org/jackrabbit/QuestionsAndAnswers ------------------------------------------------------------------------------ If you get annoying errors like: "Missing ']' delimiter for end of node type name", the chances are you are using names that have underscores in them ! (cryptic, I know). Remove the underscores and you are good to go ! - Poor Performance when Implementing Global Revisioning & Content Set + ==Poor Performance when Implementing Global Revisioning & Content Set== We are in the process of evaluating Jackrabbit as a content repository for our internal content storage system. The content stored are all XML documents that are stored as a property in the node. The repository stores versioned/non-versioned nodes and typically nodes under certain root nodes are all revisioned. We are implementing full versioning capabilities similar to Subversion so that every commit results in a changeset node being created which refers to all the changed documents during this operation also we have to create a global revision so that a user can retrieve the repository state at a particular point in time. So we have implemented a tree walking which walks the tree and put the global revision reference to all the nodes in the repository. So our repository looks like the following: