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.