1 Reply Latest reply on Dec 16, 2002 4:26 AM by juha

    MBeanData.getName in jboss3.0

    weiqingh

      hi there,

      i am running jboss-3.0.5RC1 and noticed that jmx console was not working at all with jsp page error like this:

      HTTP ERROR: 500 Unable to compile class for JSP An error occurred between lines: 30 and 36 in the jsp file: /inspectMBean.jsp Generated servlet error: C:\DOCUME~1\whuang\LOCALS~1\Temp\Jetty_0_0_0_0_8080__jmx-console\inspectMBean$jsp.java:114: Method getName() not found in class org.jboss.jmx.adaptor.model.MBeanData. String objectNameString = mbeanData.getName(); ^ 1 error

      i checked the class MBeanData and didn't find the getName method at all, which was invoked from inspectMBean.jsp. any clue? i noticed that the method does exist in jboss4x version of MBeanData.

      thanx.