David,

Not sure how to understand that post content.
IMO, a @Local annotation (without any interface specified) on the bean
class is not allowed by the spec.

JLouis

2012/6/4 David Blevins <david.blev...@gmail.com>

>
> 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
>
>

Reply via email to