[weld-issues] [JBoss JIRA] Closed: (WELD-761) Injection of session scoped bean in an EAR fails with NPE

Pete Muir (JIRA) jira-events at lists.jboss.org
Tue Nov 30 09:54:09 EST 2010


     [ https://jira.jboss.org/browse/WELD-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir closed WELD-761.
--------------------------

         Assignee: Pete Muir
    Fix Version/s: 1.1.0.Beta3
                       (was: 1.1.0.CR1)
       Resolution: Done


> Injection of session scoped bean in an EAR fails with NPE
> ---------------------------------------------------------
>
>                 Key: WELD-761
>                 URL: https://jira.jboss.org/browse/WELD-761
>             Project: Weld
>          Issue Type: Bug
>          Components: GlassFish Integration, Resolution (Typesafe and by Name)
>    Affects Versions: 1.1.0.Beta2
>            Reporter: Sivakumar Thyagarajan
>            Assignee: Pete Muir
>             Fix For: 1.1.0.Beta3
>
>         Attachments: cdi-full-earApp.ear, server-log-snippet.txt
>
>
> Injection of a session scoped Bean into a Servlet in an EAR fails with 1.1.0.BETA2. This used to pass earlier.
> Related GlassFish issue: https://glassfish.dev.java.net/issues/show_bug.cgi?id=14832
> It appears that resolvedBean is null at https://github.com/weld/core/blob/1.1.0.Beta2/impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java#L729
> Caused by: java.lang.NullPointerException
> 	at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:729)
> 	at org.jboss.weld.injection.FieldInjectionPoint.inject(FieldInjectionPoint.java:137)
> 	at org.jboss.weld.util.Beans.injectBoundFields(Beans.java:869)
> 	at org.jboss.weld.util.Beans.injectFieldsAndInitializers(Beans.java:881)
> 	at org.jboss.weld.manager.SimpleInjectionTarget$1.proceed(SimpleInjectionTarget.java:122)
> 	at org.glassfish.weld.services.InjectionServicesImpl.aroundInject(InjectionServicesImpl.java:134)
> 	at org.jboss.weld.injection.InjectionContextImpl.run(InjectionContextImpl.java:50)
> 	at org.jboss.weld.manager.SimpleInjectionTarget.inject(SimpleInjectionTarget.java:116)

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

        


More information about the weld-issues mailing list