Feels like it should default to @ApplicationScoped? I see no reason why not
at least


On 18 June 2014 13:12, Thomas Andraschko <andraschko.tho...@gmail.com>
wrote:

> or: @Repository(scope = ApplicationScoped.class)
>
>
> 2014-06-18 12:25 GMT+02:00 Thomas Andraschko <andraschko.tho...@gmail.com
> >:
>
> > Hi Thomas,
> >
> > my problem is that when i inject it in a ViewScoped bean, it tries to
> > serialize it but it isn't serializable.
> > Could we make it configurable? Maybe we could declerate the scope on the
> > repo:
> >
> > @Repository
> > @ApplicationScoped
> > public abstract class MyRepository extends
> > AbstractEntityRepository<Mitarbeiter, Long>
> >
> > Regards,
> > Thomas
> >
> >
> > 2014-06-18 12:20 GMT+02:00 Thomas Hug <thomas....@gmail.com>:
> >
> > Hi Thomas
> >> We made some efforts to get rid of scope-related parts in the impl, but
> I
> >> don't think there's anything speakin' against a @NormalScoped repo -
> >> PartialBeans do support that.
> >> Cheers,
> >> Thomas
> >>
> >>
> >> On Wed, Jun 18, 2014 at 11:37 AM, Thomas Andraschko <
> >> andraschko.tho...@gmail.com> wrote:
> >>
> >> > Hi,
> >> >
> >> > AFAICS repositories are non-scoped, right?
> >> > Isn't it possible to make them appscoped?
> >> >
> >> > Regards,
> >> > Thomas
> >> >
> >>
> >
> >
>

Reply via email to