If I do this:
InitialContext ic = new InitialContext();
What does naming do wrt to jndi.properties? Does it first
check system properties for these properties:
java.naming.factory.initial
java.naming.provider
and if it finds them I assume it will use them. But, if it does not
find them, does it then look for jndi.properties file in the classpath?
thanks.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".