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:42:50 UTC

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

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.


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

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg reassigned OWB-420:
---------------------------------

    Assignee: Mark Struberg  (was: Gurkan Erdogdu)

> 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: Mark Struberg
>         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.


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

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-420.
-------------------------------

    Fix Version/s: 1.0.0-alpha-2
       Resolution: Fixed

applied your patch - txs Gerhard!

> 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: Mark Struberg
>             Fix For: 1.0.0-alpha-2
>
>         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.


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

Posted by "Gerhard Petracek (JIRA)" <ji...@apache.org>.
     [ 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.