���� <[EMAIL PROTECTED]> writes: > > java.naming.factory.intial=org.jnp.interfaces.NamingContextFactory >[Return] > It will make the JVM can't find the class, because it treat the >"org.jnp.interfaces.NamingContextFactory " as the name of the class. > > Is it a Bug?
For better or worse, this is how Properties files are supposed to behave. See http://java.sun.com/j2se/1.4/docs/api/java/util/Properties.html#load(java.io.InputStream) Scott Seligman Java Security, Networking, and Naming Sun Microsystems =========================================================================== 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".
