Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-2556

Enable/disable journaling with parameter

XMLWordPrintable

      We want to deploy many Modeshape instances in our company and we want to manage configuration in external store. So we use placeholder in modeshape configuration like this :

      {
        "name": "${ofs.repository.name:doc}",
        "workspaces": {
          "predefined": [
            "${ofs.repository.workspacePredefined:workspace}"
          ],
          "default": "${ofs.repository.workspace.default:workspace}",
      
      

      We would like to enable journaling with a boolean parameter although to have to delete configuration lines about journaling. We want a single template configuration for multiple configurations.

        "journaling": {
          "location": "${ofs.repository.journaling.location:/tmp/cacheStorage/journal}",
            "disabled": ${ofs.repository.journaling.disabled:true}
        },
      

      Thanks

              hchiorean Horia Chiorean (Inactive)
              syperrinel Sylvain Perrinel (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: