Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 12389 invoked from network); 27 Apr 2009 19:01:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Apr 2009 19:01:58 -0000 Received: (qmail 87150 invoked by uid 500); 27 Apr 2009 19:01:58 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 87126 invoked by uid 500); 27 Apr 2009 19:01:58 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 87116 invoked by uid 99); 27 Apr 2009 19:01:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 19:01:58 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harry.metske@gmail.com designates 209.85.218.171 as permitted sender) Received: from [209.85.218.171] (HELO mail-bw0-f171.google.com) (209.85.218.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 19:01:52 +0000 Received: by bwz19 with SMTP id 19so116154bwz.12 for ; Mon, 27 Apr 2009 12:01:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=qYlKguKRHF8CG9HRdw1yX/jynxm2yMLayjZanwdohlo=; b=NgViOm3Al3hrtjCVxJcXZ/YhOWuUeqOWIdqe6B/w3ZeMIxuCKoCs+KU/phFbQw1BGz nBpoTNvmzUsnCVYtVkB5ow5DS29uJQn47JeDVjwFORpWMYVc4TTHeMQo4JiM9eP+sSTt JiwcUw/Kve977TTLXYAw0VboygIXmrnSn74sA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=sINRqPRw/hrYgIa2u8gsDVq0uOWfVVQUPv9PfvfD/Fa9+DHqOLk4TG5BdozuX0JvFG UgC7MZKjILbfrTpGSgTuFYoxd66PluFA8JPXul5f6Y88WsJWLjZYvLveOrqdnZ6hCzyr OVphoQbDJY9BZbQujViS6cmIfNC2Yx12uMHrA= MIME-Version: 1.0 Received: by 10.223.117.1 with SMTP id o1mr2065839faq.53.1240858890539; Mon, 27 Apr 2009 12:01:30 -0700 (PDT) Date: Mon, 27 Apr 2009 21:01:30 +0200 Message-ID: <3a6c97f00904271201n1e184f9audef201d440959846@mail.gmail.com> Subject: PathNotFoundException for wiki:refersTo.info (ReferredPagesPlugin) From: Harry Metske To: jspwiki-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=001636c5b68063121704688df93f X-Virus-Checked: Checked by ClamAV on apache.org --001636c5b68063121704688df93f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I have been trying to make the ReferredPagesPluginTest to work again. The first two tests succeed, the third one (testReferredPageParmInClude() ) fails. The plugin does not generate the expected links. Debugging a bit further, I finally find that the following exception occurs : - javax.jcr.PathNotFoundException: The property metadata file was not found: /tmp/priha/fileprovider/workspaces/jspwiki/pages/Main/IPointToTwoPages/wiki:refersTo.info This is visible after changing line 494 of JCRWikiPage (the exception was caught and ignored). I do not understand why this fails for the last test, and not for the first two tests, any ideas ? regards, Harry --001636c5b68063121704688df93f--