EJB-INTEREST:
I find that :
in the jndi.properties, setting the "java.naming.factory.initial", The "space"
in the end of the class name will make trouble.
For example, setting the client of JBOSS.
in the jndi.properties,
java.naming.factory.intial=org.jnp.interfaces.NamingContextFactory[Return]
It is right, withtout mistake.
But
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?
Someone has found the similar case ?
Yours David Chen
[EMAIL PROTECTED]
===========================================================================
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".