-
Sub-task
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.1
-
None
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
When creating a cache using the CacheJmxWrapper:
<mbean code="org.jboss.cache.jmx.CacheJmxWrapper" name="test:service=TreeCache">
<attribute name="CacheMode">REPL_SYNC</attribute>
<attribute name="ClusterName">Test</attribute>
<attribute name="ClusterConfig">
<config>
<TCP start_port="12345"
the ClusterConfig section is ignored, and a default JGroups configuration is used.
The root cause is CacheJmxWrapper#setClusterConfig parses the contents of <ClusterConfig>,
but doesn't save it, and always sets the result to null.