[jboss-jira] [JBoss JIRA] (JGRP-1562) With fluent configuration, not all managed attributes are exposed anymore

Bela Ban (JIRA) jira-events at lists.jboss.org
Mon Jan 14 07:20:21 EST 2013


Bela Ban created JGRP-1562:
------------------------------

             Summary: With fluent configuration, not all managed attributes are exposed anymore
                 Key: JGRP-1562
                 URL: https://issues.jboss.org/browse/JGRP-1562
             Project: JGroups
          Issue Type: Enhancement
            Reporter: Bela Ban
            Assignee: Bela Ban
            Priority: Minor
             Fix For: 3.3


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"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list