Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 34721 invoked from network); 18 Apr 2006 10:28:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2006 10:28:47 -0000 Received: (qmail 20376 invoked by uid 500); 18 Apr 2006 10:28:47 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 20357 invoked by uid 500); 18 Apr 2006 10:28:47 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 20348 invoked by uid 99); 18 Apr 2006 10:28:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 03:28:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of torgeir@pobox.com designates 207.106.133.28 as permitted sender) Received: from [207.106.133.28] (HELO proof.pobox.com) (207.106.133.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 03:28:46 -0700 Received: from proof (localhost [127.0.0.1]) by proof.pobox.com (Postfix) with ESMTP id 67D38F070A for ; Tue, 18 Apr 2006 06:28:24 -0400 (EDT) Received: from [192.168.0.13] (217-156-66.0101.adsl.tele2.no [193.217.156.66]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by proof.sasl.smtp.pobox.com (Postfix) with ESMTP id D76963E012 for ; Tue, 18 Apr 2006 06:28:23 -0400 (EDT) Subject: Re: repository shutdown From: Torgeir Veimo To: users@jackrabbit.apache.org In-Reply-To: <510143ac0604170819w29d90a2dgeaeb4882ae063e88@mail.gmail.com> References: <1145122394.24170.2.camel@localhost> <510143ac0604151130h34f40bb1h81faa53d93bd9e58@mail.gmail.com> <1145141365.2361.2.camel@localhost> <510143ac0604170819w29d90a2dgeaeb4882ae063e88@mail.gmail.com> Content-Type: text/plain Date: Tue, 18 Apr 2006 12:27:59 +0200 Message-Id: <1145356079.27979.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 (2.6.0-1) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Mon, 2006-04-17 at 18:19 +0300, Jukka Zitting wrote: > > > On 4/16/06, Torgeir Veimo wrote: > > A TransientRepository wouldn't be sufficient here, since it doesn't > > actually persist any data? > > It does persist the data. The naming is a bit unfortunate (my > mistake), it refers to the transient nature of the underlying > RepositoryImpl instance (it is only present when one or more sessions > are open), not to whether the content data is persisted or not. Ok, I'm now using a TransientRepository. There's no way to force a shutdown of it, even if not all sessions are logged out? On a webapp redeploy, it's not possible to get at all sessions and log them out properly. -- Torgeir Veimo