Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 14858 invoked from network); 28 Aug 2006 12:27:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 12:27:09 -0000 Received: (qmail 66385 invoked by uid 500); 28 Aug 2006 12:27:07 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 66361 invoked by uid 500); 28 Aug 2006 12:27:07 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 66352 invoked by uid 99); 28 Aug 2006 12:27:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 05:27:07 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 05:27:06 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GHgCU-0007mq-CS for dev@jackrabbit.apache.org; Mon, 28 Aug 2006 05:26:46 -0700 Message-ID: <6019261.post@talk.nabble.com> Date: Mon, 28 Aug 2006 05:26:46 -0700 (PDT) From: J Kuijpers To: dev@jackrabbit.apache.org Subject: problem retrieving nodes from different workspaces MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Hello I am having a problem retrieving nodes from different workspaces. I have supplied a runnable example class. In this class I am creating two workspaces and add some nodes to them. When I retrieve the nodes without first shutting down the repository I am getting a result as expected: workspace1Node1 workspace1Node2 workspace1Node3 But when I am shutting down the repository before retrieving the nodes (passing true in the call to runTest(boolean)), I am getting unexpected results: workspace1Node3 This only happens with the DerbyPersistenceManager. Changing to FileSystemPersistenceManager gives no problems. Supplied repository.xml and runnable MultipleWorkspaceTest.java http://www.nabble.com/user-files/235783/repository.xml repository.xml http://www.nabble.com/user-files/235784/MultipleWorkspaceTest.java MultipleWorkspaceTest.java -- View this message in context: http://www.nabble.com/problem-retrieving-nodes-from-different-workspaces-tf2177041.html#a6019261 Sent from the Jackrabbit - Dev forum at Nabble.com.