-
Bug
-
Resolution: Done
-
Major
-
11.0.0.Beta1
The current state (taken from standalone-ha.xml):
<cache-container name="web" default-cache="dist" module="org.wildfly.clustering.web.infinispan"> ... <!-- Alternate configuration to reduce lock contention for applications that make use of concurrent access to a web session --> <!-- Web sessions will be locked more frequently, but for shorter periods of time --> <!-- ~ distributed-cache name="concurrent"> ~ <file-store/> ~ </distributed-cache --> </cache-container>
After uncommenting, the resulting text is not a valid xml file.
Please change it to:
<cache-container name="web" default-cache="dist" module="org.wildfly.clustering.web.infinispan"> ... <!-- Alternate configuration to reduce lock contention for applications that make use of concurrent access to a web session --> <!-- Web sessions will be locked more frequently, but for shorter periods of time --> <!-- <distributed-cache name="concurrent"> <file-store/> </distributed-cache> --> </cache-container>
- clones
-
JBEAP-12517 Remove commented cache configurations
- Closed