[jboss-user] [JBoss Eclipse IDE (users)] - Re: help on Fibo Tutorial --> tutorial.web.ComputeServlet

2006-08-24 Thread Oshima
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 _

[jboss-user] [JBoss Eclipse IDE (users)] - Re: help on Fibo Tutorial --> tutorial.web.ComputeServlet

2006-08-16 Thread Oshima
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

[jboss-user] [JBoss Eclipse IDE (users)] - Re: help on Fibo Tutorial --> tutorial.web.ComputeServlet

2006-08-15 Thread Oshima
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

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Fibo-tutorial -- I cannot run it???

2006-08-15 Thread Oshima
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 _

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Fibo-tutorial -- I cannot run it???

2006-08-15 Thread Oshima
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