You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2010/03/24 23:23:27 UTC

[jira] Created: (OWB-336) injected BeanManager must be Serializable

injected BeanManager must be Serializable
-----------------------------------------

                 Key: OWB-336
                 URL: https://issues.apache.org/jira/browse/OWB-336
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Core
    Affects Versions: M4
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.0.0


The spec defines:

"11.3 The container provides a built-in bean with bean type BeanManager, scope @Dependent and qualifier @Default. The built-
in implementation must be a passivation capable dependency, as defined in Section 6.6.2,.."

This basically means that we need to always inject a BeanManagerFacade, which delegates to the proper internal BeanManagerImpl.getManager().


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OWB-336) injected BeanManager must be Serializable

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

Mark Struberg resolved OWB-336.
-------------------------------

    Resolution: Fixed

> injected BeanManager must be Serializable
> -----------------------------------------
>
>                 Key: OWB-336
>                 URL: https://issues.apache.org/jira/browse/OWB-336
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: M4
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.0.0
>
>
> The spec defines:
> "11.3 The container provides a built-in bean with bean type BeanManager, scope @Dependent and qualifier @Default. The built-
> in implementation must be a passivation capable dependency, as defined in Section 6.6.2,.."
> This basically means that we need to always inject a BeanManagerFacade, which delegates to the proper internal BeanManagerImpl.getManager().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.