Community
Participate
Working Groups
We need ISessionProvider and ISubjectProvider implementations that support multiple users on the same eclipse instance. I'll attach a DRAFT patch in the next few days. It adds a new ContainterType.RAPCLIENT and modifies the initialization of this services to use a client or server or rapclient (=multiuser) implementation of these services.
Created attachment 188283 [details] DRAFT patch - needs more work Here is a DRAFT patch, which does NOT quite fix this problem: - It extends ContainerType / Model to CLIENT, SERVER, RAPCLIENT - It adds session specific holders for the subject and session - However the place where this is initialized - the activator - is not a good place, since there is no session context there. This means that storing subject and session info fails. Saving it here for further consideration, but the approach needs more work.