[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Bug in 3.2.5 version of org.jboss.mx.remoting.MBeanNotificat

2004-09-24 Thread ctday
The code is: public int hashCode() { int result; result = objectName.hashCode(); result = 29 * result + handback.hashCode(); result = 29 * result + filter.hashCode(); return result; } This code requires that the filter be non-null, or a NullPointerException will be raised. If I have an

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Request for scoping option to MBeanTracker.

2004-09-24 Thread ctday
The available constructors for MBeanTracker allow me to track MBeans based on the MBean class or the MBean Attributes (via a QueryExp), but not based on the MBean name. I mostly want to use XMBeans, which means that the MBean classes all appear as XMBean, so selecting by class is not much help.

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Request for scoping option to MBeanTracker.

2004-09-24 Thread ctday
Apologies. Wrong forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849463#3849463 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849463 --- This SF.Net email is

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Bug in 3.2.5 version of org.jboss.mx.remoting.MBeanNotificat

2004-09-24 Thread ctday
The code is: public int hashCode() { int result; result = objectName.hashCode(); result = 29 * result + handback.hashCode(); result = 29 * result + filter.hashCode(); return result; } This code requires that the fi

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Bug in 3.2.5 version of org.jboss.mx.remoting.MBeanNotif

2004-09-24 Thread ctday
Apologies. Wrong forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849462#3849462 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849462 --- This SF.Net email is

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Request for scoping option to MBeanTracker.

2004-09-24 Thread ctday
The available constructors for MBeanTracker allow me to track MBeans based on the MBean class or the MBean Attributes (via a QueryExp), but not based on the MBean name. I mostly want to use XMBeans, which means that the MBean classes all appear as XMBean, so selecting by class is not much help.