-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
None
-
None
When I use the CLI to set cache template using the following command (cloud.xml configuration):
/subsystem=datagrid-infinispan/cache-container=clustered/distributed-cache=default:write-attribute(name=configuration, value=persistent-file-store-write-behind)
a new configuration element is added automatically. Here's how it looks like:
<cache-container name="clustered" default-cache="default" statistics="true"> ... <!-- This element has been automatically created - why? --> <distributed-cache-configuration name="default"/> </cache-container>