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 43584C60D for ; Thu, 11 Jul 2013 07:53:33 +0000 (UTC) Received: (qmail 55574 invoked by uid 500); 11 Jul 2013 07:53:29 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 55533 invoked by uid 500); 11 Jul 2013 07:53:22 -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 55522 invoked by uid 99); 11 Jul 2013 07:53:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 07:53:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [109.169.27.190] (HELO mail.inversebit.com) (109.169.27.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 07:53:14 +0000 Received: from mx.hq.smershnet.com (host20-47-98-79.static.ehiweb.it [79.98.47.20]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.inversebit.com (Postfix) with ESMTPS id BF51512437A for ; Thu, 11 Jul 2013 08:52:53 +0100 (BST) Received: from [192.168.200.18] (unknown [192.168.200.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.hq.smershnet.com (Postfix) with ESMTPS id 68DB1617DBF for ; Thu, 11 Jul 2013 09:52:53 +0200 (CEST) From: "Phill Ashworth" To: users@jackrabbit.apache.org Subject: MemoryFileSystem configuration for testing Date: Thu, 11 Jul 2013 09:52:55 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: quoted-printable X-Mailer: MailMate (1.6r3549) X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to set up a TransientRepository for testing with a = MemoryFileSystem but Jackrabbit keeps complaining that "MemoryFileSystem = does not contain a property named path". My repository.xml and full = exception are below. I do have the path property configured so I really can't see what the = problem is, any suggestions appreciated. Repository repository =3D new TransientRepository(repoConfig, tempDir); = (2013-07-11 09:47:07,219 [http-listener(4)]) ERROR = o.a.j.core.RepositoryImpl - failed to start Repository: Configured class = org.apache.jackrabbit.core.fs.mem.MemoryFileSystem does not contain a = property named path org.apache.jackrabbit.core.config.ConfigurationException: Configured = class org.apache.jackrabbit.core.fs.mem.MemoryFileSystem does not = contain a property named path at = org.apache.jackrabbit.core.config.BeanConfig.newInstance(BeanConfig.java:= 208) = ~[jackrabbit-core-2.6.2.jar:2.6.2] at = org.apache.jackrabbit.core.config.RepositoryConfigurationParser$6.getFile= System(RepositoryConfigurationParser.java:1164) = ~[jackrabbit-core-2.6.2.jar:2.6.2] at = org.apache.jackrabbit.core.config.RepositoryConfig.getFileSystem(Reposito= ryConfig.java:916) = ~[jackrabbit-core-2.6.2.jar:2.6.2] at = org.apache.jackrabbit.core.RepositoryImpl.(RepositoryImpl.java:262)= = [jackrabbit-core-2.6.2.jar:2.6.2] at = org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:589)= = [jackrabbit-core-2.6.2.jar:2.6.2] at = org.apache.jackrabbit.core.TransientRepository$2.getRepository(TransientR= epository.java:232) = ~[jackrabbit-core-2.6.2.jar:2.6.2] at = org.apache.jackrabbit.core.TransientRepository.startRepository(TransientR= epository.java:280) = ~[jackrabbit-core-2.6.2.jar:2.6.2] at = org.apache.jackrabbit.core.TransientRepository.login(TransientRepository.= java:376) = ~[jackrabbit-core-2.6.2.jar:2.6.2] at = org.apache.jackrabbit.commons.AbstractRepository.login(AbstractRepository= =2Ejava:111) = ~[jackrabbit-jcr-commons-2.6.2.jar:na]