1 Reply Latest reply on Sep 8, 2003 2:34 AM by juha

    ??NameNotFoundException: interest not bound

    barryburd

      I'm running JBoss 4.0 on Windows 2000 with examples from some older JBoss documentation (with an interest calculating example). My build.xml file contains the following text:


      <!-- Barry commented out next line and added following line as
      per instructions on jboss forum -->
      <!-- pathelement location="${jboss.dist}/client/ejb.jar"/ -->

      <!-- End of what Barry did -->





      <!-- Barry added the following: -->


      <!-- End of what Barry added -->








      <!-- Barry added the following: -->


      <!-- End of what Barry added -->


      I'm using ant version 1.5.2. So why am I getting the following error message?

      interest-client:
      [java] Got context
      [java] javax.naming.NameNotFoundException: interest not bound

      Any help is appreciated. Thanks.