Very fine this tutorial.i am using eclipse3.0 and Jboss 3 i copies .java under src folder and copied xml files under meta-inf folder I recieved the following error message:
Hi, I had the exact same error. I changed the line: FirstHome home = (FirstHome)ctx.lookup("ejb/First"); to: FirstHome home = (FirstHome)ctx.lookup("First"); in the firstEJB.jsp file.
And it worked.
Since I'm a total beginner to EJB I cant tell you the reson tho ;-) I guess it has something to do with finding the bean. //Max