[jboss-jira] [JBoss JIRA] Created: (JBAS-8601) @Resource on setters isn't processed corretly in ManagedBeanAnnotationProcessor

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Wed Nov 3 09:46:01 EDT 2010


@Resource on setters isn't processed corretly in ManagedBeanAnnotationProcessor
-------------------------------------------------------------------------------

                 Key: JBAS-8601
                 URL: https://jira.jboss.org/browse/JBAS-8601
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 7.0.0.Alpha1
            Reporter: Alexey Loubyansky
            Assignee: Alexey Loubyansky
             Fix For: 7.0.0.Alpha2


The first problem is it's trying to find the setter by just the method name w/o the argument type, second if the resource type wasn't specified it'll use the method's return type (which is void) as the injected type for ResourceConfiguration.

-- 
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 jboss-jira mailing list