From: plasante <nu...@jb...> - 2005-07-26 11:58:38
|
Hi, In ComputeServlet.java I changed the following line from: Object ref = context.lookup("java:/com/env/ejb/Fibo"); to: Object ref = context.lookup("ejb/Fibo"); and Run Packaging and everything was fine. I also had to use jboss-4.0.1 instead of jboss-4.0.2 Regards. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886572#3886572 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886572 |