[
https://issues.apache.org/jira/browse/SLING-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14089171#comment-14089171
]
Robert Munteanu commented on SLING-3827:
----------------------------------------
Worth noting that FileVault has special handling for rep:User and rep:Group
node types -
[DocViewSaxImporter|https://github.com/apache/jackrabbit-filevault/blob/244586b46aef726a3bebc0e3caf10267523c89b9/vault-core/src/main/java/org/apache/jackrabbit/vault/fs/impl/io/DocViewSAXImporter.java#L637]
.
> Unable to create nodes with protected properties, e.g. rep:User
> ---------------------------------------------------------------
>
> Key: SLING-3827
> URL: https://issues.apache.org/jira/browse/SLING-3827
> Project: Sling
> Issue Type: Bug
> Components: IDE
> Affects Versions: Sling Eclipse IDE 1.0.4
> Reporter: Robert Munteanu
> Fix For: Sling Eclipse IDE 1.1.0
>
>
> I tried to create a user using the tooling, and I get back an exception:
> The debug trace is
> {noformat}
> | Worker-886 | 2014-08-06 18:10:22.590 | org.apache.sling.ide.impl-vlt |
> /debug | org.apache.sling.ide.impl.vlt.AddOrUpdateNodeCommand | update | 96 |
> Created node at /home/users/system/blabla with primaryType rep:User |
> | Worker-886 | 2014-08-06 18:10:22.591 | org.apache.sling.ide.impl-vlt |
> /debug | org.apache.sling.ide.impl.vlt.AddOrUpdateNodeCommand | updateMixins
> | 347 | Added new mixin rep:AccessControllable to node at path
> /home/users/system/blabla |
> | Worker-886 | 2014-08-06 18:10:22.591 | org.apache.sling.ide.impl-vlt |
> /debug | org.apache.sling.ide.impl.vlt.AddOrUpdateNodeCommand | updateNode |
> 298 | Setting property rep:principalName with value
> org.apache.jackrabbit.spi.commons.value.QValueValue@b7c2c87f (raw =
> mcm-service) on node at /home/users/system/blabla |
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)