facebook

javax.naming.NameNotFoundException: XXXBean not bound

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #261403 Reply

    bairaulinter
    Member

    I used EJB 3.0, the following code is in my test.jsp:
    InitialContext ctx;
    ctx = new InitialContext(props);
    UserDAO userdao = (UserDAO)ctx.lookup(“UserDAOBean/local”);

    Then when I run it, the exceptions is javax.naming.NameNotFoundException: UserDAOBean not bound

    I have cost much time on it!
    Who can help me?
    Please let me know what’s the problem!
    Thank you!

    You can e-mail me: bairaulinter@hotmail.com

    #261436 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft Dev

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: javax.naming.NameNotFoundException: XXXBean not bound

You must be logged in to post in the forum log in