On Sun, Feb 18, 2001 at 12:57:59PM -0800, Rick Horowitz wrote:
> Hi,
>
> I'm trying to display JNDI names using JNDIView, but the listing seems to
> be missing names, particularly the datasource names, e.g.
> java:/DefaultDS. Can anyone please tell me why these other names don't
> show up?
Because that's what "java:" means, i.e. only visible within the same JVM.
The "java:" namespace is used for things for which it makes no sense to
access from a different JVM. DataSources are such a thing, as is the
transaction manager and quite a few other things.
Toby.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]