No, the unit tests run out of the build.classes directory and do
not use the output jars. You would need to load the testcase
specific jndi.properties and use an explicit env in the construction
of the InitialContext. You could try setting the System.properties
from the testcase jndi.properties and this should take precedence
over the values found in the classpath, but I'm not sure of the
load ordering.

----- Original Message -----
From: Bill Burke
To: [EMAIL PROTECTED]
Sent: Sunday, January 06, 2002 7:06 AM
Subject: [JBoss-dev] jndi props in testsuite


If I add a jndi.properties file to a testsuite jar, will it use that file
for InitialContext?  InitialContext looks for jndi.properties in the
CLASSPATH correct?

Thanks,

Bill


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to