>
> The best solution would probably be to modify JNP to include provider
> URL in environment.
>
> Note that if you use JNP from within the JBoss JVM the provider URL
> *should* be null. It is only set if you use it from client JVM's.
>

Given my current local modifications, if you specify the provider url in
jndi.properties it works just fine.  My impl assumes that when I get an
InitialContext (with no enviroment) that it will contain enough information
to recreate the context.

Is there any reason why a 'new InitialContext()' shouldn't contain
Context.PROVIDER_URL in its enviroment?

--jason



Reply via email to