I distinctly remember having seen the combo @Local @Stateless in a Glassfish tutorial a few years ago, because I copied from that tutorial and used the code for a while (in Glassfish 2.1) until I ran into some unrelated problem that made me rewrite all my annotations.
-- Björn Danielsson Cuspy Code AB Jean-Louis MONTEIRO <[email protected]> wrote: > 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 <[email protected]> > >> >> 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 >> >>
