Hi, Playing around with the nosql launchpad + MongoDB I noticed that I can't change the root resource:
- the properties value map for the root resource is an immutable one [0] - the commit method denies access to the root path [1] Why is this done? I would imagine that mounting the NoSQL resource provider at the root would make changing the root resource quite useful. Thanks, Robert [0]: https://github.com/apache/sling/blob/fc72646c764099570162573afe0192f9aa4837d2/contrib/nosql/generic/src/main/java/org/apache/sling/nosql/generic/resource/impl/NoSqlResourceProvider.java#L56 [1]: https://github.com/apache/sling/blob/fc72646c764099570162573afe0192f9aa4837d2/contrib/nosql/generic/src/main/java/org/apache/sling/nosql/generic/resource/impl/NoSqlResourceProvider.java#L199-L200 -- http://robert.muntea.nu/
