Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 80387 invoked from network); 11 Aug 2009 10:49:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Aug 2009 10:49:32 -0000 Received: (qmail 38698 invoked by uid 500); 11 Aug 2009 10:49:39 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 38623 invoked by uid 500); 11 Aug 2009 10:49:39 -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 38615 invoked by uid 99); 11 Aug 2009 10:49:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2009 10:49:39 +0000 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; Tue, 11 Aug 2009 10:49:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 18A41234C004 for ; Tue, 11 Aug 2009 03:49:15 -0700 (PDT) Message-ID: <1701608718.1249987755086.JavaMail.jira@brutus> Date: Tue, 11 Aug 2009 03:49:15 -0700 (PDT) From: "Julian Reschke (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-2255) activity storage path 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 activity storage path --------------------- Key: JCR-2255 URL: https://issues.apache.org/jira/browse/JCR-2255 Project: Jackrabbit Content Repository Issue Type: Bug Components: versioning Reporter: Julian Reschke JSR-283 states in 15.12.3: "15.12.3 Activity Storage Activities are persisted as nodes of type nt:activity under system-generated node names in activity storage below /jcr:system/jcr:activities." As far as I can tell, this is currently not the case. A related test case, org.apache.jackrabbit.test.api.version.ActivitiesTest#testActivitiesPath, apparently was taken out accidentally. If Jackrabbit can't implement this JCR requirement, we either need to document it, or raise it as issue in the JCR Expert Group. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.