Angela Schreiber created SLING-10468:
----------------------------------------
Summary: Converted content package is missing some .content.xml
Key: SLING-10468
URL: https://issues.apache.org/jira/browse/SLING-10468
Project: Sling
Issue Type: Bug
Components: Content-Package to Feature Model Converter
Reporter: Angela Schreiber
[~kpauls], when trying to install the converted content package as attached to
SLING-10467 the import failed with {{ConstraintViolationException}} because the
intermediate nodes for the demo-cp group and the regular user does no longer
come with a _.content.xml_ defining it's node type and jackrabbit fvault
resorting to it's _nt:folder_ default, which is not allowed by
{{rep:AuthorizableFolder}}.
In order to exclude the possibility that this is caused by the {{rep:policy}}
node attached to the user/group folder nodes containing an ACE for one of the
service users in the package, I created a slightly modified package that
doesn't come with a AC policy at _/home/groups/demo-cp_ (but still has one with
_/home/users/demo-cp_).
Running the converter however returned the same output:
There is no longer exists a _.content.xml_ file with neither the intermediate
authorizable folder mentioned above. Not sure where that gets lost, but it
looks like a bug to me (and will essentially prevent the converted content
package from being installed).
Am I missing something???
--
This message was sent by Atlassian Jira
(v8.3.4#803005)