]
Luca Stancapiano updated JBJMX-104:
-----------------------------------
Attachment: RequestHandlerImpl.java
my patch
SNMP Adaptor doen't accept TruthValue according to SNMP v2
----------------------------------------------------------
Key: JBJMX-104
URL:
http://jira.jboss.com/jira/browse/JBJMX-104
Project: JBoss JMX
Issue Type: Patch
Environment: linux , eclipse, I'm using jboss 4.0.4-GA
Reporter: Luca Stancapiano
Attachments: RequestHandlerImpl.java
hi.......if you try to take a TruthValue using a MIB Browser , you receive nothing
because org.jboss.jmx.adaptor.snmp.agent.RequestHandlerImpl doesn't manage booleans
....I added a patch into getValueFor method ( row 474 ) that manage it with good results.
I think that setValue method doesn't need the same correction because joesnmp can
simply to interpret TruthValue as SnmpStringOctet object
row 474:
else if (val instanceof Boolean)
{
Boolean in = (Boolean) val;
ssy = new SnmpOctetString(in.toString().getBytes());
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: