On 06/23/2015 11:36 AM, Antoine Sabot-Durand wrote:
Last changes concerns Request and Application context in SE which
should be temporarily specified for EDR1 (CDI-530 will bring the true
spec to them):
https://dl.dropboxusercontent.com/u/2898173/cdi-spec.html#request_context_se Is
there a diff/pull request anywhere on github?
They are both active during all method invocation and are destroyed
when container is shut down. The difference is that application
context is hared between all methods invocation
So request context isn't shared between method invocations? I really
cannot tell from the proposal as the wording is very vague. Has any
thought been given on how this is supposed to be implemented?