You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2010/07/23 13:44:51 UTC

[jira] Updated: (OWB-420) SingletonContext is mapped to @ConversationScoped

     [ https://issues.apache.org/jira/browse/OWB-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek updated OWB-420:
---------------------------------

    Attachment: OWB-420.patch

> 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
>         Attachments: OWB-420.patch
>
>
> 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.