Patches item #630789, was opened at 2002-10-29 15:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=630789&group_id=22866
Category: JBossMX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Scott Sanders (stonecobra) Assigned to: Nobody/Anonymous (nobody) Summary: jmx-console cant handle >1 boolean arg Initial Comment: When a jmx operation has more than one boolean argument, the invokeOp fails with an ArrayOutOfBoundsException. This is due to the html form naming the multiple radio buttons the same, and only submitting one value. This patch names the arguments by position in inspectMbean.jsp, and then gets them by that named position in HtmlAdaptorServlet. I do not know if this is applicable to ModelMBeans as well or not. The patch only addresses StandardMBeans. Patch is against CVS Head as of 2002-10-29 15:00 PST. Patch was done using: cvs -q diff -u varia > jmxconsolepatch.txt on an RH8 box. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=630789&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
