[jira] Updated: (JCR-556) Refactoring of the BackupTool

2007-02-22 Thread Nicolas Toper (JIRA)
[ https://issues.apache.org/jira/browse/JCR-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Toper updated JCR-556: -- Attachment: VisitorPattern22022007.patch Hello, Thanks for your comment. VisitorPattern22022007.patch

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2007-02-22 Thread Nicolas Toper (JIRA)
[ https://issues.apache.org/jira/browse/JCR-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Toper updated JCR-556: -- Attachment: VisitorPattern22022007-2.patch VisitorPattern22022007-2.patch is checkstyle compliant.

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2007-02-22 Thread Nicolas Toper (JIRA)
[ https://issues.apache.org/jira/browse/JCR-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Toper updated JCR-556: -- Attachment: VisitorPattern22022007-3.patch VisitorPattern22022007-3.patch implements all the required

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2007-02-22 Thread Nicolas Toper (JIRA)
[ https://issues.apache.org/jira/browse/JCR-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Toper updated JCR-556: -- Attachment: Visitor2202007-final.patch Hi, Here is the patch with Stefan's suggestion and tested it. I

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2007-02-20 Thread Nicolas Toper (JIRA)
[ https://issues.apache.org/jira/browse/JCR-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Toper updated JCR-556: -- Attachment: VisitorPattern200207.patch Hi, I still haven't quit working on the backup tool. Thanks to

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2006-09-09 Thread Nicolas Toper (JIRA)
[ http://issues.apache.org/jira/browse/JCR-556?page=all ] Nicolas Toper updated JCR-556: -- Attachment: BIO.patch Add a flag autoCreate to know whether or not to create autocreate Node. As suggested by Jukka, it avoids to create a specific class to restore

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2006-09-09 Thread Nicolas Toper (JIRA)
[ http://issues.apache.org/jira/browse/JCR-556?page=all ] Nicolas Toper updated JCR-556: -- Attachment: PropInfo.patch Set a flag in PropInfo in the apply method to escape or not the protected properties. This flag is by default set to the usual behavior

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2006-09-04 Thread Nicolas Toper (JIRA)
[ http://issues.apache.org/jira/browse/JCR-556?page=all ] Nicolas Toper updated JCR-556: -- Attachment: patch-backup-040906.txt Hi, Here are some refactoring to the backup tool. This goes in the contrib package for the backup tool. It is mainly clean up of

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2006-09-01 Thread Nicolas Toper (JIRA)
[ http://issues.apache.org/jira/browse/JCR-556?page=all ] Nicolas Toper updated JCR-556: -- Attachment: patch-jr-010906-NodeVersionHistoriesUpdatableStateManager.txt This is a new class I propose to put in o.a.j.state. It is designed to update easily the

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2006-09-01 Thread Nicolas Toper (JIRA)
[ http://issues.apache.org/jira/browse/JCR-556?page=all ] Nicolas Toper updated JCR-556: -- Attachment: patch-jr-010906-PropInfo.txt This patch contains a few updates I had to PropInfo. I added three getters and switched to other getXXX to public.

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2006-09-01 Thread Nicolas Toper (JIRA)
[ http://issues.apache.org/jira/browse/JCR-556?page=all ] Nicolas Toper updated JCR-556: -- Attachment: patch-jr-010906-SysViewImporter.txt SysViewImporter: takes a system view XML document and import it as it is in an empty repository. It is heavily based

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2006-09-01 Thread Nicolas Toper (JIRA)
[ http://issues.apache.org/jira/browse/JCR-556?page=all ] Nicolas Toper updated JCR-556: -- Attachment: patch-jr-010906-VersionManagerImpl.txt This patch adds importVersions in the VersionManagerImpl. Refactoring of the BackupTool

[jira] Updated: (JCR-556) Refactoring of the BackupTool

2006-09-01 Thread Nicolas Toper (JIRA)
[ http://issues.apache.org/jira/browse/JCR-556?page=all ] Nicolas Toper updated JCR-556: -- Attachment: patch-jr-010906-RepositoryImpl.txt This is a small update to RepositoryImpl. I wanted to avoid updating the interface VersionManager to add the method