users@ejb-spec.java.net

[ejb-spec users] Re: Remote JNDI Naming Conventions

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Wed, 21 Nov 2012 14:06:49 -0800

John,

The standard JNDI names are the same for remote and local invocations.
If you are asking about names that include host and port of the target
server, it's probably a no-go as the interop (and even remote client)
are targeted for becoming optional in the future Java EE version(s).

Best,
-marina

John D. Ament wrote:
> Experts,
>
> A question was raised recently regarding Remote JNDI locations.
> Currently, the specs define standardized local JNDI names. There is
> no guarantee that the remote names would be the same. Is it possible
> to come up with standardized naming conventions for remote EJBs
> (session beans) that can be looked up in a consistent manner across
> application servers?
>
> Thanks,
>
> John