On 2 Jul 2010, at 20:25, Justin Edelson wrote: >> >> > What is the nodetype of the node? I just added a brief test with and > without the mixins to the test-services module and it *seems* to work > (I'll commit this later with a test case to verify the results - > http://codereview.appspot.com/1729048) > > Justin
I think I have found the problem, http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/contentloader/src/main/java/org/apache/sling/jcr/contentloader/internal/readers/JsonReader.java?r1=958411&r2=927532 we use "name" in our json files to mean the name of the object, not the name of the node. previously "name" was only used to indicate the name of a principal, however I suspect that it was filtered. There is another thread running on this so I will comment there. SLING-1172 Thanks Ian
