Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Rave Wiki" for change 
notification.

The "ArchitectureTopics/ContentServices/JcrConfigModule" page has been changed 
by UnicoHommes:
http://wiki.apache.org/rave/ArchitectureTopics/ContentServices/JcrConfigModule?action=diff&rev1=6&rev2=7

  
    # bootstrap content described in json format to be loaded
    "contents" : {
+     # the following will create the node /testroot/foo with whatever 
properties and subnodes
+     # are defined in foo.json
      "foo" : {
        "file" : "foo.json",
-       "parent" : "/testroot",
+       "parent" : "/testroot"
-       "importBehavior" : "merge"
      },
      "bar" : {
        "file" : "bar.json",
        "parent" : "/testroot",
        "reload" : false,
+       "importBehavior" : "merge",
        "workspace" : "myws"
      }
    },

Reply via email to