Hi Erik, That's not yet been implemented, I'm afraid. It didn't take me long to implement support for the RequestScoped services, so it should be do-able. Please raise a ticket.
In the meantime, you can quite easily write a regular (singleton) service that stores state in HttpSession. Thx Dan On 23 April 2014 08:55, Erik de Hair <[email protected]> wrote: > Hi, > > Is there any session scoped service that one can use for frequently used > lists? I tried to register a service having @SessionScoped but these can't > have members. > > Thanks, > Erik >
