4 Replies Latest reply on May 19, 2006 9:02 PM by gko2k

    EJB3Trail not bound

    arl

      I deployed the example ear, EJB3Trail.ear, to my jboss-4.0.4.GA server. When I try to bring up http://localhost:8080/EJB3Trail/serviceobjects/slsb/calculator.jsp

      I get the error: javax.naming.NameNotFoundException: EJB3Trail not bound

      It seems to be unhappy with this line in the jsp:
      cal = (Calculator) ctx.lookup("EJB3Trail/StatelessCalculator/local");

      Has anyone else gotten this and can maybe tell me how to fix it?

      Thanks!