Hi ! those are my methods :) (derived from MX4J) one gets signature Class[] another actual values and getObject gives ObjectName instance The use case is like this: 1. I want to be able to load the same JMX beans on JBoss, Bea, etc. 2. To do the above I defined my own xml config file (enhaced MX4J one) 3. For each app server I will build one app server specific loader; in JBoss case that is a service MBean 4. So I have a sar with one JBoss specific MBean that creates another MBean (non JBoss specific) that guy loads up my xml config file and creates all the rest of the beans, creates listeners, relationships, etc.
All these classes sit inside the same SAR file, which really puzzles me why JBoss can not find simple Bean classes that are practically sit next to the service class only in a different package? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855463#3855463 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855463 ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
