>rg.apache.sling.jcr.contentloader.internal.BundleContentLoader Cannot load >initial content for bundle com.headwire.sling.multipackageupdate : Item is >protected. >javax.jcr.nodetype.ConstraintViolationException: Item is protected. > at
this usually not a problem with content loader, but a problem with the content using a combination of primary node type and properties not allowed. perhaps you have not specified the primary node type at all in the json file - in this case it gets inherited from the parent node which may result in a node type that does not allow the properties you want to write. stefan
