SingletonContext is mapped to @ConversationScoped
-------------------------------------------------
Key: OWB-420
URL: https://issues.apache.org/jira/browse/OWB-420
Project: OpenWebBeans
Issue Type: Bug
Components: Context and Scopes
Affects Versions: 1.0.0-alpha-1
Reporter: Gerhard Petracek
Assignee: Gurkan Erdogdu
AbstractContext#configureScopeType contains:
if (type.equals(ContextTypes.SINGLETON))
{
this.scopeType = ConversationScoped.class;
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.