[Mc4j-development] [ mc4j-Bugs-1049916 ] Method overloading not supported
Brought to you by:
ghinkl
|
From: SourceForge.net <no...@so...> - 2004-10-19 10:09:33
|
Bugs item #1049916, was opened at 2004-10-19 10:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1049916&group_id=60228 Category: Operations Group: MC4J 1.2b7-1 Status: Open Resolution: None Priority: 5 Submitted By: Janny Buh (janny_buh) Assigned to: Nobody/Anonymous (nobody) Summary: Method overloading not supported Initial Comment: I'm using the following configuration: - JDK 1.5 final release - Windows XP Service Pack 2 - JBoss 3.2.6, JBoss 4.0.0 - MC4J 1.2b7-1 I have noticed an incorrect behaviour with overloaded methods. For example, working with a Standard MBean on JBoss 3.2.6 like jboss:name=SystemProperties,type=Service which exports two "get" operation (one with a single String argument, the other with two String arguments), MC4J console shows only a single operation (the first on the list of JBoss management console) and ignores the other. The same problem applies, for example, to "addListener" method, which exposes two different signatures (a PropertyListener or a String). JBoss 4.0.0 suffers of the same bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1049916&group_id=60228 |