From users-return-18733-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Apr 2 19:42:59 2012 Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F35F9C52 for ; Mon, 2 Apr 2012 19:42:59 +0000 (UTC) Received: (qmail 12622 invoked by uid 500); 2 Apr 2012 19:42:59 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 12583 invoked by uid 500); 2 Apr 2012 19:42:59 -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 12575 invoked by uid 99); 2 Apr 2012 19:42:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 19:42:59 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alex.parvulescu@gmail.com designates 209.85.216.49 as permitted sender) Received: from [209.85.216.49] (HELO mail-qa0-f49.google.com) (209.85.216.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 19:42:52 +0000 Received: by qafi29 with SMTP id i29so2807002qaf.1 for ; Mon, 02 Apr 2012 12:42:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zS3phgcFgUp4+H4PRLoDE8eoIJEmVRttuy9uhnaWLqw=; b=BQgsG+FxImC9FT/RcKL1ROL7UG2uT+EQpU2MMVeMdY2f+nCJUDKxuDHhaHX2ltNKqM kTdgaB2Gzmo6/kUsrxrP6CFt8Idmxmhufom9tUrLPw8eQNZjGVZE2gD4KVuZYy+uFkcf iyoaybVDYMId2TPHP8GXKgJO4sXJ04sHfjygsU0HezueFgMg1xKaiw2kH329lT9/ash3 hkxpwwBqVwGBrfskem9dMhlewuxEdH4Jcgjqx18llbRE14y9flmdUDcWJ0cB7pOwThf4 5QZG0LcZgRlsnczDwQ/hfwKZsy/ABnefqONCBzoGsvU8HnYGmKCpK5OArdDIEDnlj/kU lUDg== MIME-Version: 1.0 Received: by 10.224.181.69 with SMTP id bx5mr9077391qab.49.1333395751996; Mon, 02 Apr 2012 12:42:31 -0700 (PDT) Received: by 10.229.242.83 with HTTP; Mon, 2 Apr 2012 12:42:31 -0700 (PDT) In-Reply-To: References: Date: Mon, 2 Apr 2012 21:42:31 +0200 Message-ID: Subject: Re: example of running the Garbage Collector? From: Alex Parvulescu To: users@jackrabbit.apache.org Content-Type: multipart/alternative; boundary=485b397dcfc9248d9604bcb7646d X-Virus-Checked: Checked by ClamAV on apache.org --485b397dcfc9248d9604bcb7646d Content-Type: text/plain; charset=ISO-8859-1 Hi John, This could get you started: http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/data/DataStoreAPITest.java best, alex On Mon, Apr 2, 2012 at 6:24 PM, John Langley wrote: > Does anyone have a simple example of running the GarbageCollector in > the same process as their repository? > It seems like this is a best practice, but I don't see any of examples of > it. > If it matters we're running 2.5.5. > > > Thanks in advance! > -- Langley > --485b397dcfc9248d9604bcb7646d--