Hi;
I followed "JBoss 3.0 Step-by-Step Tutorial" to develop a "Hello World" EJB application. When I deployed HelloWorld.jar, I got the following error message, PLEASE help.
Thanks a lot.
[ObjectName: jboss.j2ee:service=EjbModule,url=file%/D%/jboss-3.0.3/server/default/deploy/HelloWorld.jar
state: FAILED
I Depend On:
Depends On Me: org.jboss.util.NestedRuntimeException: Error creating MBeanProxy
: :service=Webserver; - nested throwable: (javax.management.InstanceNotFoundException: :service=Webserver is not registered.)]
There seems to be a missing entry from the jboss-service.xml
should have an entry like
80
false
I think that its stupid the ejb container should have a dependency on the web service.. Jboss should concentrate on being the ejb container and not worry about what else is in the fridge!