3 Replies Latest reply on Oct 1, 2012 10:36 AM by rhauch

    Question on node types in REST server

    jonathandfields

      I noticed that with the newer REST server, that node types (jcr:primaryType) are returned with the namespace uri (e.g. "{http://www.example.com}myType") and not with the prefix (e.g. "example:myType") as they were before. Is this change intentional? It also seems a bit inconsistent with the JCR API, and also with the REST service itself in which you retrieve node type information via a path like repository/workspace/nodetypes/example:myType... Or am I missing something?

       

      Thanks, Jon