Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28256698A for ; Wed, 13 Jul 2011 16:09:25 +0000 (UTC) Received: (qmail 39909 invoked by uid 500); 13 Jul 2011 16:09:24 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 39544 invoked by uid 500); 13 Jul 2011 16:09:23 -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 39401 invoked by uid 99); 13 Jul 2011 16:09:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 16:09:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 16:09:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 06B2C4E833 for ; Wed, 13 Jul 2011 16:09:00 +0000 (UTC) Date: Wed, 13 Jul 2011 16:09:00 +0000 (UTC) From: "Stefan Guggisberg (JIRA)" To: dev@jackrabbit.apache.org Message-ID: <13795189.10250.1310573340024.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1090862263.6688.1310028256770.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (JCR-3014) Identifier paths for inexistent items throw exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-3014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064650#comment-13064650 ] Stefan Guggisberg commented on JCR-3014: ---------------------------------------- i don't agree with the current changes. IMO we should fix the IdentifierResolver interface and its implementations instead. public Path getPath(String identifier) throws MalformedPathException; should be changed to public Path getPath(String identifier) throws ItemNotFoundException, MalformedIdentifierException; > Identifier paths for inexistent items throw exception > ----------------------------------------------------- > > Key: JCR-3014 > URL: https://issues.apache.org/jira/browse/JCR-3014 > Project: Jackrabbit Content Repository > Issue Type: Bug > Reporter: Marcel Reutegger > Assignee: Alex Parvulescu > Fix For: 2.3.0 > > > The following fails with a RepositoryException but it should rather return false: > session.itemExists("[" + UUID.randomUUID() + "]") -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira