XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • EAP_EWP 5.1.2 ER1
    • EAP_EWP 5.1.1
    • Clustering
    • None
    • Release Notes
    • Hide
      When creating a cache using the CacheJmxWrapper the ClusterConfig section was ignored, and a default JGroups configuration used. The cause of the problem was that the parser was ignoring the contents of the <ClusterConfig> section. This problem has been fixed and the whole of the cluster configuration file is read correctly.
      Show
      When creating a cache using the CacheJmxWrapper the ClusterConfig section was ignored, and a default JGroups configuration used. The cause of the problem was that the parser was ignoring the contents of the <ClusterConfig> section. This problem has been fixed and the whole of the cluster configuration file is read correctly.
    • Documented as Resolved Issue
    • NEW

    Description

      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.

      Attachments

        Activity

          People

            rhn-support-dereed Dennis Reed
            rhn-support-dereed Dennis Reed
            Russell Dickenson Russell Dickenson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: