Description
For simple file aggregates in a package, the child node jcr:content is not correctly overwritten.
Example
State in repository
+ content + test + thumbnail.png [nt:file] + jcr:content [nt:resource] + dam:thumbnails [nt:folder]
In my package I have the filter
<workspaceFilter version="1.0"> <filter root="/content/test"/> </workspaceFilter>
And the package content consists of only the binary file /content/test/thumbnail.png.
Once I install that package it will not remove/recreate /content/test/thumbnail.png/jcr:content and also leave the child node dam:thumbnails in place.
I would expect that /content/test/thumbnail.png/jcr:content/dam:thumbnails is removed with the installation of the package.
Attachments
Issue Links
- is related to
-
JCRVLT-262 Implement workaround for JCRVLT-177 when creating subpackages
- Resolved
-
SLING-7501 FilveVault 3.1.38 breaks the Sling IDE Tools "Import from server..."
- Closed
-
JCRVLT-264 installing a newer version of a "multi-package" might fail with extracted sub-packages.
- Closed
-
JCRVLT-250 Test class "SimpleFileAggregateInPackage" not executed by default in maven-surefire-plugin
- Closed