ejb@glassfish.java.net

Re: JNDI default name

From: Hannes Stauss <hannes.stauss_at_stauss.at>
Date: Mon, 13 Feb 2006 17:45:22 +0100

> Just want to point out that
> the reason
> this works when you add the @Stateless annotation is because we default
> the ejb's remote JNDI name to the fully qualified classname of the remote
> business interface. However, this is a product feature, not a spec
> requirement. It turns out that many Java EE implementations use the
> same defaulting rule, so many people assume it's part of the standard.
>

It would have been great if that were part of the standard since this would
make Java EE really portable.....

Thanks for your reply

Hannes