Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1562

With fluent configuration, not all managed attributes are exposed anymore

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Minor
    • 3.3
    • None
    • None

    Description

      When we have an attribute 'name' and a getter getName() and setter setName(), the @ManagedAttribute annotation can expose name via JMX. However, if we rename the getter name() and the setter name(String n), then 'name' won't be exposed.

      SOLUTION:
      Change the algorithm to also take getters and setters into account which don't start with "get" or "set"

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-bban Bela Ban
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: