[arquillian-issues] [JBoss JIRA] Created: (ARQ-201) Primitive fields annotated with @Resource are not assigned

Dan Allen (JIRA) jira-events at lists.jboss.org
Mon Jun 28 00:26:46 EDT 2010


Primitive fields annotated with @Resource are not assigned
----------------------------------------------------------

                 Key: ARQ-201
                 URL: https://jira.jboss.org/browse/ARQ-201
             Project: Arquillian
          Issue Type: Bug
          Components: Runtime Enricher SPI
    Affects Versions: 1.0.0.Alpha2
            Reporter: Dan Allen


Fields which are not null are skipped when performing @Resource injections. However, primitive fields are never null and therefore injections do not occur on those fields.

Example:

@Resource(name = "port") int port;

-- 
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