From users-return-857-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Sep 19 19:00:57 2006 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 33539 invoked from network); 19 Sep 2006 19:00:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2006 19:00:57 -0000 Received: (qmail 87439 invoked by uid 500); 19 Sep 2006 19:00:56 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 87427 invoked by uid 500); 19 Sep 2006 19:00:56 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 87418 invoked by uid 99); 19 Sep 2006 19:00:56 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2006 12:00:56 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=ntoper@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.9 required=5.0 tests=DNS_FROM_RFC_ABUSE,HTML_20_30,HTML_MESSAGE,RCVD_BY_IP DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from ([66.249.82.231:56078] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id CE/E7-28275-46E30154 for ; Tue, 19 Sep 2006 12:00:53 -0700 Received: by wx-out-0506.google.com with SMTP id t13so4612334wxc for ; Tue, 19 Sep 2006 12:00:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=FTW3AntRGtU3rGvtmR8PrCexrCqpG1rLPAAUcShcMQFo2FwRjkpC4xJJvObJ18r0SSPJ5hxrUi/dOoptJqO9JEviDzX0IhY2LfnE/gJ1XRdH5ZBTulWDG5G85q4jQKVg+YEKgK71VOo+oHTw+Vhhb+w+FWXZnC9vCR8kiwsO0DQ= Received: by 10.70.87.9 with SMTP id k9mr13131862wxb; Tue, 19 Sep 2006 12:00:50 -0700 (PDT) Received: by 10.70.13.18 with HTTP; Tue, 19 Sep 2006 12:00:50 -0700 (PDT) Message-ID: Date: Tue, 19 Sep 2006 21:00:50 +0200 From: "Nicolas " To: users@jackrabbit.apache.org Subject: Re: Override property protected attribute In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_104898_29088468.1158692450091" References: X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_104898_29088468.1158692450091 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi David, There is a way for this with regards to the backup/restore. The code is both ready and in progress :p Ready b/c it works but outside the core. In progress b/c we are currently integrating it in the core (see JIRA issue on refactoring of WorkspaceImporter and refactoring of Backup tool). The initial strategy was to avoid it but now we want to :) Most of the patches are nearly ready, we are waiting the 1.1 release before Jukka can review and integrate the patches. Hopefully, everything should be integrated in the core soon. About your scenario, you could use some subset of the backup tool to achieve what you want: restore operations restores everything including original UUID. If you import a protected property, it will be imported as it is. The drawback is you'd have to use SystemView XML export or configure the backup tool. Do you need more details? BR, Nicolas ------=_Part_104898_29088468.1158692450091--