[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-8697) Built-in cdi beans support

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Apr 6 18:18:33 EDT 2011


Built-in cdi beans support
--------------------------

                 Key: JBIDE-8697
                 URL: https://issues.jboss.org/browse/JBIDE-8697
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: cdi (jsr-299)
    Affects Versions: 3.2.0.Final
            Reporter: Alexey Kazakov
            Assignee: Viacheslav Kabanovich
            Priority: Critical
             Fix For: 3.3.0.M1


Now we don't provide support for some built-in components mentioned in JSR-299 3.6:

h4. 3.6. Additional built-in beans
A Java EE or embeddable EJB container must provide the following built-in beans, all of which have qualifier @Default:
* a bean with bean type javax.transaction.UserTransaction, allowing injection of a reference to the JTA User-
   Transaction,
* a bean with bean type javax.security.Principal, allowing injection of a Principal representing the current caller
   identity,
* a bean with bean type javax.validation.ValidationFactory, allowing injection of the default Bean Validation Val-
   idationFactory, and
* a bean with bean type javax.validation.Validator, allowing injection of a Validator for the default Bean Valida-
   tion ValidationFactory.
These beans are passivation capable dependencies, as defined in Section 6.6.2, "Passivation capable dependencies".


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list