On Jun 3, 2012, at 9:18 AM, Marco de Booij wrote:
> @Local
> @Stateless(name="I18nCodeManager")
> public class I18nCodeManager {
> @EJB
> private I18nCodeDao i18nCodeDao;
>
Strangely enough we're seeing a lot of portability issues on GlassFish's
handling of @Local.
Some JBoss friends just pinged me the other day with this:
https://issues.jboss.org/browse/WELD-1133
As well another user recently reported this:
https://issues.apache.org/jira/browse/OPENEJB-1818
Three GlassFish @Local issues reported in less than a month.
-David