> We want to use these reserved properties (jcr:created, jcr:createdBy, etc.) > because they are autocompleted by the SlingPostServlet and we are always to > create content using the SlingPostServlet. > > How can initalize the jcr:created with a long in a json?
I don´t know why but "jcr:created" is ignored by "JsonReader" [1]. Anyone knows the reason? [1] http://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/jcr/contentloader/src/main/java/org/apache/sling/jcr/contentloader/internal/readers/JsonReader.java
