Hi Sergey,
Which runtime you are referring to? CDI runtime or JAX-RS runtime?
Marek
> On 18 Feb 2015, at 12:27, Sergey Beryozkin <sberyozkin_at_talend.com> wrote:
>
> Hi
>
> I've checked the spec and I'm not seeing any guidance re the scope of CDI JAX-RS root resource Beans, it only mentions that "providers or Application subclasses" have to be singleton or application-scoped.
>
> If a CDI root resource is annotated with @RequestScoped then does it mean the runtime is expected to ensure it is created once per every request ?
>
> Thanks, Sergey