Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 66616 invoked from network); 19 Mar 2008 15:28:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2008 15:28:29 -0000 Received: (qmail 10598 invoked by uid 500); 19 Mar 2008 15:28:25 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 10572 invoked by uid 500); 19 Mar 2008 15:28:25 -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 10563 invoked by uid 99); 19 Mar 2008 15:28:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 08:28:25 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 15:27:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7D4DE234C0AE for ; Wed, 19 Mar 2008 08:26:24 -0700 (PDT) Message-ID: <1609307039.1205940384512.JavaMail.jira@brutus> Date: Wed, 19 Mar 2008 08:26:24 -0700 (PDT) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1489) Problem with retrieving mix:referenceable jcr:uuid when defining index-rule in indexing configuration In-Reply-To: <537018996.1205937744400.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-1489. ----------------------------------- Resolution: Invalid The namespace prefix for jcr:uuid is missing in the configuration. Use: jcr:uuid instead, and don't forget to declare the jcr namespace prefix in the configuration element. > Problem with retrieving mix:referenceable jcr:uuid when defining index-rule in indexing configuration > ----------------------------------------------------------------------------------------------------- > > Key: JCR-1489 > URL: https://issues.apache.org/jira/browse/JCR-1489 > Project: Jackrabbit > Issue Type: Bug > Components: indexing > Affects Versions: core 1.4.1 > Environment: Java 6 / Win 2000 > Reporter: Fabrice Duermael > > If I define an indexing configuration file like : > > > > > data > semtext > uuid > source > description > title > > > > semtext > > > > the following query : > select * from nt:unstructured where jcr:uuid='[available uuid]' > returns no rows (of course, I have added the Mixin mix:referenceable). > But everything works fine If I remove the index-rule. > I think it is a bug but I have perhaps made a mistake in the property name uuid in the index-rule. > Thank you for paying attention to this issue. > Fabrice Duermael -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.