]
Antoine Sabot-Durand reassigned CDI-677:
----------------------------------------
Assignee: Antoine Sabot-Durand
Specify the default scope for beans created from BeanConfigurator
-----------------------------------------------------------------
Key: CDI-677
URL:
https://issues.jboss.org/browse/CDI-677
Project: CDI Specification Issues
Issue Type: Clarification
Reporter: Martin Kouba
Assignee: Antoine Sabot-Durand
Fix For: 2.0 .Final
Right now, this is undefined. However, it might me useful to specify that the scope is
defaulted if not set by {{BeanConfigurator.scope(Class<? extends Annotation>)}}. The
default scope could be either {{@Dependent}} or determined by the rules from "2.4.4.
Default scope" (i.e. including default scopes from stereotypes).