From users-return-11851-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Jul 09 13:02:16 2009 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 28222 invoked from network); 9 Jul 2009 13:02:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jul 2009 13:02:14 -0000 Received: (qmail 93988 invoked by uid 500); 9 Jul 2009 12:36:12 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 93978 invoked by uid 500); 9 Jul 2009 12:36:12 -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 93966 invoked by uid 99); 9 Jul 2009 12:36:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 12:36:12 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 212.27.42.6 is neither permitted nor denied by domain of herve.agnoux@diaam-informatique.com) Received: from [212.27.42.6] (HELO smtp6-g21.free.fr) (212.27.42.6) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 12:36:01 +0000 Received: from smtp6-g21.free.fr (localhost [127.0.0.1]) by smtp6-g21.free.fr (Postfix) with ESMTP id DD0EDE0809F for ; Thu, 9 Jul 2009 14:35:38 +0200 (CEST) Received: from localhost.localnet (met42-1-82-237-232-112.fbx.proxad.net [82.237.232.112]) by smtp6-g21.free.fr (Postfix) with ESMTP id 02BE3E080ED for ; Thu, 9 Jul 2009 14:35:35 +0200 (CEST) From: =?iso-8859-1?q?Herv=E9_Agnoux?= To: users@jackrabbit.apache.org Subject: Re: NPE on scan Date: Thu, 9 Jul 2009 13:41:34 +0200 User-Agent: KMail/1.11.2 (Linux/2.6.29.1-desktop-4mnb; KDE/4.2.2; i686; ; ) References: <200907091150.14293.herve.agnoux@diaam-informatique.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200907091341.34718.herve.agnoux@diaam-informatique.com> Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Le jeudi 09 juillet 2009, Alexander Klimetschek a écrit : > > Which means your repository doesn't have a DataStore. See > https://issues.apache.org/jira/browse/JCR-1985 > My poor english is incapabled to express my surprise. How is it possible to have a repository without DataStore ? Until now, I supposed that repository == plainty of DataStores. It's appear that repository can be zero data store, is it correct ? Where are the data without data store ?