Configurable concurrency control for CDI
----------------------------------------
Key: CDI-582
URL:
https://issues.jboss.org/browse/CDI-582
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Contexts
Affects Versions: 2.0-EDR1
Reporter: Stephan Knitelius
Currently the spec only defines, a non-configurable, concurrency control mechanism for
conversation scope. All other build-in scopes remain unprotected, relaying on the
developer.
It would be useful to introduce EJB Singleton style concurrency control for CDI scopes.
Allowing the developer to configure the concurrency behavior of ConversationScoped beans,
and defining concurrency control for the other build-in scopes.