[jboss-jira] [JBoss JIRA] (JGRP-1738) @Property on setter doesn't expose the attr via probe.sh

Bela Ban (JIRA) jira-events at lists.jboss.org
Mon Nov 11 12:03:05 EST 2013


Bela Ban created JGRP-1738:
------------------------------

             Summary: @Property on setter doesn't expose the attr via probe.sh
                 Key: JGRP-1738
                 URL: https://issues.jboss.org/browse/JGRP-1738
             Project: JGroups
          Issue Type: Bug
            Reporter: Bela Ban
            Assignee: Bela Ban
            Priority: Minor
             Fix For: 3.5


If we have 
{noformat}
int attr;

@Property
public void setAttr(int val) {...}
{noformat}

then attr won't be exposed via probe.sh. It *is* exposed via JMX (jconsole) though.

--
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