[weld-issues] [JBoss JIRA] Created: (WELD-302) ProcessInjectionTarget<X> doesn't work for servlets, filters

Jitendra Kotamraju (JIRA) jira-events at lists.jboss.org
Fri Nov 20 18:04:29 EST 2009


ProcessInjectionTarget<X> doesn't work for servlets, filters
------------------------------------------------------------

                 Key: WELD-302
                 URL: https://jira.jboss.org/jira/browse/WELD-302
             Project: Weld
          Issue Type: Bug
          Components: Events
    Affects Versions: 1.0.0.GA
         Environment: GlassFish v3
            Reporter: Jitendra Kotamraju


weld RI calls 

 for (RIBean<?> bean : beans)
 {
 ...
       else if (bean instanceof AbstractClassBean<?>) {
              ProcessBeanInjectionTarget.fire(manager, (AbstractClassBean<?>) bean);

But beans is not populated for Servlet and someother EE components that support injection. Hence ProcessInjectionTarget<TestServlet> is not received by an observer.

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

        


More information about the weld-issues mailing list