[cdi-dev] [JBoss JIRA] (CDI-397) Clarify Section 6.6.3 regarding singletons

Jozef Hartinger (JIRA) jira-events at lists.jboss.org
Tue Aug 27 03:07:26 EDT 2013


Jozef Hartinger created CDI-397:
-----------------------------------

             Summary: Clarify Section 6.6.3 regarding singletons
                 Key: CDI-397
                 URL: https://issues.jboss.org/browse/CDI-397
             Project: CDI Specification Issues
          Issue Type: Clarification
    Affects Versions: 1.1.FD
            Reporter: Jozef Hartinger
            Priority: Minor
             Fix For: TBD


The section 6.6.3 Passivation capable dependencies states:

{quote}
all singleton beans are passivation capable dependencies
{quote}

Clearly the specification intents to address *singleton session beans* but the current wording does not make that explicit and users confuse this line and consider javax.inject.Singleton-scoped beans also to be passivation capable dependencies.

The spec should instead say that:

{quote}
all singleton *session* beans are passivation capable dependencies
{quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the cdi-dev mailing list