-
Bug
-
Resolution: Done
-
Minor
-
JDG 7.0.0 ER5
-
None
While converting the 6.0 configuration xml using conversion tool, the globalJmxStatistics tag's jmxDomain attribute is not available.
The following xml:
<infinispan> <global> <globalJmxStatistics enabled="true" jmxDomain="funky_domain" mBeanServerLookup="org.infinispan.jmx.PerThreadMBeanServerLookup" allowDuplicateDomains="true" cacheManagerName="test"> <properties> <property name="a" value="b"/> </properties> </globalJmxStatistics> </global> </infinispan>
is converted to:
<infinispan> <jgroups transport="org.infinispan.remoting.transport.jgroups.JGroupsTransport"/> <threads/> <cache-container name="test" statistics="true"> <transport/> <jmx duplicate-domains="true" mbean-server-lookup="org.infinispan.jmx.PerThreadMBeanServerLookup"> <property name="a"> b </property> </jmx> </cache-container></infinispan>
- is blocked by
-
ISPN-6655 Serializer does not serialize jmx domain attribute
- Closed