[JBoss-user] [Installation & Configuration] - Re: jboss-3.2.4: DeploymentException caused by NoSuchMethodE

2004-07-02 Thread ghouston
oops... looks like the forum software is making part of the post disappear. There are < and > in the exception. Here is what it should read: Caused by: org.jboss.deployment.DeploymentException: net.myapplication.MyApplication.() View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [Installation & Configuration] - jboss-3.2.4: DeploymentException caused by NoSuchMethodExcep

2004-07-02 Thread ghouston
I am trying to deploy a service in JBoss and getting an exception. I don't understand why JBoss is trying to call an init method on MyApplication. The class MyApplication extends ServiceMBeanSupport and it's MyApplicationMBean interface extends ServiceMBean. How can I resolve this issue? Her