hey Stone can you pliz send thru ur stack trace. It will help us diagnose what
might be the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967220#3967220
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967220
_
Hey,
Take a careful look at you ejb jar file,u'l notice that your bean and its
interfaces are sitting under the META-INF directory, and in your ejb-jar.xml
file u told jboss that your bean interface is in the following package
"tutorial.ejb", when Jboss goes in that package the interface is not
Hey
pliz send us ur web.xml file, and the structure of your war file,you can do
"jar -tvf FiboWeb.war, that servlet (tutorial.web.ComputeServlet) should be
under the WEB-INF/classes subfolder. We'll take it from there
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
FiboWeb.jar ? Isnt this suppose to be a war file (FiboWeb.war) since its a web
app not jar file?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965257#3965257
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965257
_
Hey !!!
By the look of things,the server cannot find your application.xml file that
describes all the components of the ear file to the server. At the root of your
ear file there must be a META-INF directory that contains the application.xml
file.
Remember JBoss uses application.xml to deploy u