[arquillian-issues] [JBoss JIRA] Created: (ARQ-175) EJB Enricher is executed before CDI enricher

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Fri Jun 11 11:13:38 EDT 2010


EJB Enricher is executed before CDI enricher
--------------------------------------------

                 Key: ARQ-175
                 URL: https://jira.jboss.org/browse/ARQ-175
             Project: Arquillian
          Issue Type: Bug
          Components: GlassFish Containers, JBoss Containers
    Affects Versions: 1.0.0.Alpha2
            Reporter: Aslak Knutsen
            Assignee: Aslak Knutsen


Enrichment won't be activated for a field if it all ready has a value. CDI can handle @Inject, @EJB and @Resource by hooking into the Container it self. This means the CDIInjectionEnricher should be executed before EJBInjectionEnricher and ResourceInjectionEnricher, since it has a better chance of getting the job done.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list