??NameNotFoundException: interest not bound

B

Barry Burd

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:

<path id="base.path_22">
<!-- Barry commented out next line and added following
line as
per instructions on jboss forum -->
<!-- pathelement location="${jboss.dist}/client/ejb.jar"/
-->
<pathelement
location="${jboss.dist}/client/jboss-j2ee.jar"/>
<!-- End of what Barry did -->
<pathelement location="${jboss.dist}/client/jaas.jar"/>
<pathelement
location="${jboss.dist}/client/jbosssx-client.jar"/>
<pathelement
location="${jboss.dist}/client/jboss-client.jar"/>
<pathelement
location="${jboss.dist}/client/jnp-client.jar"/>
<pathelement location="${servlet.jar}"/>
<!-- Barry added the following: -->
<pathelement
location="${jboss.dist}/client/jboss-common-client.jar"/>
<pathelement location="${jboss.dist}/client/log4j.jar"/>
<!-- End of what Barry added -->
</path>
<path id="base.path_24">
<pathelement
location="${jboss.dist}/client/jboss-j2ee.jar"/>
<pathelement location="${jboss.dist}/client/jaas.jar"/>
<pathelement
location="${jboss.dist}/client/jbosssx-client.jar"/>
<pathelement
location="${jboss.dist}/client/jboss-client.jar"/>
<pathelement
location="${jboss.dist}/client/jnp-client.jar"/>
<pathelement location="${servlet.jar}"/>
<!-- Barry added the following: -->
<pathelement
location="${jboss.dist}/client/jboss-common-client.jar"/>
<pathelement location="${jboss.dist}/client/log4j.jar"/>
<!-- End of what Barry added -->
</path>

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top