I'm using jboss-4.0.0DR4 and I'm having problem loading standard JMX mbean into Jboss. 
I have a simple jmx HelloBean interface. 

package bean;
public interface HelloBean {
    String hello(String n);
}

And I have a concrete Hello class that implements the interface. I specified the 
interface in user-service.xml as such:
 
    

After I started jboss: I got the following exception:
++++++++++++++++++++++++++++++++++++++++++
16:57:03,843 ERROR [MainDeployer] could not create deployment: file:/C:/jboss-4.
0.0DR4/server/zforce/deploy/user-service.xml
org.jboss.deployment.DeploymentException: bean.HelloBean.(); - nested thro
wable: (java.lang.NoSuchMethodException: bean.HelloBean.())
        at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java
:139)
        at org.jboss.system.ServiceController.install(ServiceController.java:200
)
++++++++++++++++++++++++++++++++++++++++++

I must be making some obvious mistake but I can not figure out why.

Thanks so much for any help.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837872#3837872

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837872


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to