Jim Rhyne <[EMAIL PROTECTED]> writes:
>
> Scott,
> Has there been any thought about what should be used to determine this JNDI
> context? I can think of:
> the container,
> the "session",
> the user/principal,
> the server,
> the organization department of the user,
> the the organization department of the server,
For purposes of EJB1.1 and J2EE, the relevant factor is the component
(for EJB it's actually the EJB home object, since multiple EJB
instances share the same environment).
Any of the other things you list may reasonably be used to define
some context, though. One could imagine the future addition of
something along the lines of "java:thisuser". And of course you're
free to add anything you want to your own custom JNDI namespaces.
Scott Seligman
Java Software Engineering
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".