[
https://issues.apache.org/jira/browse/SLING-3673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Munteanu resolved SLING-3673.
------------------------------------
Resolution: Fixed
* http://svn.apache.org/viewvc?view=revision&revision=1604467 implemented
describeMismatchSafely for all JCR matchers
* http://svn.apache.org/viewvc?view=revision&revision=1604468 fix node deletion
and enhance an existing test to prove that the problem is fixed
> Content-sync bug: children are uploaded, then immediately deleted
> -----------------------------------------------------------------
>
> Key: SLING-3673
> URL: https://issues.apache.org/jira/browse/SLING-3673
> Project: Sling
> Issue Type: Bug
> Components: IDE
> Reporter: Stefan Egli
> Assignee: Robert Munteanu
> Priority: Critical
> Fix For: Sling Eclipse IDE 1.0.0
>
>
> consider the following content structure:
> {code}
> \- cccontent
> |- jcr:content
> |- en
> \- fr
> {code}
> When uploading (export) this structure, the uploading mechanism correctly
> goes through all children, eg in the following order:
> {code}
> /content/cccontent/fr
> /content/cccontent/en
> /content/cccontent/_jcr_content
> {code}
> then, handles the .content.xml of the cccontent directory:
> {code}
> /content/cccontent[.content.xml]
> {code}
> which seems to delete both 'fr' and 'en' children
--
This message was sent by Atlassian JIRA
(v6.2#6252)