[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
Wed Jan 16 05:20:21 EST 2013
[ https://issues.jboss.org/browse/JGRP-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-1562.
----------------------------
Resolution: Done
- Fluent methods are now supported
- All attributes are exposed as they are written, e.g. mcast_addr is not McastAddr, but mcast_addr
> 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