5 Replies Latest reply on Jul 31, 2002 7:56 PM by joelvogt

    Failed running interest example with JBoss3.0

    snff

      Hi there,

      When I ran Interest example on JBoss3.0.0(with Tomcat4.0.3) I got the following error message:

      javax.naming.NameNotFoundException: interest not found

      Here is the source code:

      InitialContext jndiContext = new InitialContext();
      Object ref = jndiContext.lookup("interest/Interest");

      It works OK on JBoss2.4.6(with Tomcat4.0.3).
      Please help me. Thank you in advance.