Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 77439 invoked from network); 28 Sep 2004 16:20:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Sep 2004 16:20:04 -0000 Received: (qmail 13571 invoked by uid 500); 28 Sep 2004 16:20:04 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 13557 invoked by uid 500); 28 Sep 2004 16:20:04 -0000 Delivered-To: apmail-incubator-jackrabbit-cvs@incubator.apache.org Received: (qmail 13554 invoked by uid 99); 28 Sep 2004 16:20:03 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 28 Sep 2004 09:20:03 -0700 Received: (qmail 77424 invoked by uid 65534); 28 Sep 2004 16:20:02 -0000 Date: 28 Sep 2004 16:20:02 -0000 Message-ID: <20040928162002.77422.qmail@minotaur.apache.org> From: stefan@apache.org To: jackrabbit-cvs@incubator.apache.org Subject: svn commit: rev 47407 - in incubator/jackrabbit/trunk: . applications/test xdocs X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: stefan Date: Tue Sep 28 09:20:01 2004 New Revision: 47407 Removed: incubator/jackrabbit/trunk/build.xml Modified: incubator/jackrabbit/trunk/ (props changed) incubator/jackrabbit/trunk/applications/test/ (props changed) incubator/jackrabbit/trunk/xdocs/tasks.xml Log: - removing build.xml (maven artefact) - added ./target to ignoredlist - some minor changes to tasks.xml Modified: incubator/jackrabbit/trunk/xdocs/tasks.xml ============================================================================== --- incubator/jackrabbit/trunk/xdocs/tasks.xml (original) +++ incubator/jackrabbit/trunk/xdocs/tasks.xml Tue Sep 28 09:20:01 2004 @@ -19,8 +19,8 @@ access control - current persistence model (nodes and properties are stored in separate - files) leads to *very* slow performance in a normal filesystem; + current persistence model (nodes and properties are stored in separate + files) leads to *very* slow performance in a normal filesystem; use jdbc as an alternative to virtual filesystem persistence layer @@ -48,22 +48,9 @@ inline @todo comments: resolve/implement - gracefull repository shutdown: - - - shutdown repository - - - close workspaces - - - close workspaces - - - close abstract file systems (e.g. flush dirty buffers, etc.) - - - trap JVM shutdown in RepositoryFactory? (Runtime#addShutdownHook) + gracefull repository shutdown: shutdown repository, close workspaces, + close abstract file systems (e.g. flush dirty buffers, etc.), + trap JVM shutdown in RepositoryFactory (Runtime#addShutdownHook)? ItemState: hide STATUS_* flags, use set* and is* methods instead