1 Reply Latest reply on Jun 10, 2008 11:14 AM by peterj

    NameNotbound exception when accessing ejb's from servlet

    gkranthib

      Hello,
      I have this application( .EAR), which consist of a ejb.jar and a web.war. In the .war file the servlet will lookup the EJB's.

      Now the problem is, by the time the servlet lookup's the ejb's, the ejb's are not bound and deployed. On a faster system, I am not experiencing this problem.

      I there a way that I can make sure that I start to lookup only after all the ejbs are bound and deployed.

      -gkranthib