From dev-return-20777-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Nov 04 13:05:45 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 56382 invoked from network); 4 Nov 2008 13:05:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Nov 2008 13:05:44 -0000 Received: (qmail 63661 invoked by uid 500); 4 Nov 2008 13:05:44 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 62607 invoked by uid 500); 4 Nov 2008 13:05:41 -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 62593 invoked by uid 99); 4 Nov 2008 13:05:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 05:05:41 -0800 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, 04 Nov 2008 13:04:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5C807234C272 for ; Tue, 4 Nov 2008 05:04:44 -0800 (PST) Message-ID: <1532054.1225803884377.JavaMail.jira@brutus> Date: Tue, 4 Nov 2008 05:04:44 -0800 (PST) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-1677) Allow workspace creation over cluster In-Reply-To: <703603072.1216076912023.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-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-1677. -------------------------------- Resolution: Fixed Patch applied in revision 711238. I also created a test case for this functionality in sandbox/jackrabbit-test-harness/cluster. > Allow workspace creation over cluster > ------------------------------------- > > Key: JCR-1677 > URL: https://issues.apache.org/jira/browse/JCR-1677 > Project: Jackrabbit > Issue Type: Improvement > Components: clustering, jackrabbit-core > Reporter: Matej Knopp > Assignee: Jukka Zitting > Fix For: 1.5.0 > > Attachments: patch-1677-1.txt, patch-1677-2.txt, patch-704324.txt, patch-705243.txt > > > When workspace is created on cluster node A and then node added to that workspace, the proper event is sent to the journal, but other cluster nodes are not able to process it because they don't have the workspace. > It would be nice to have a configuration option for the cluster to create such workspace automatically (instead of just logging an error) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.