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
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