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

Sivakumar Thyagarajan (JIRA) jira-events at lists.jboss.org
Mon Nov 22 05:50:53 EST 2010


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

Sivakumar Thyagarajan updated WELD-761:
---------------------------------------

    Attachment: server-log-snippet.txt


server log snippet showing the issue during deployment


> 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: Resolution (Typesafe and by Name)
>    Affects Versions: 1.1.0.Beta2
>            Reporter: Sivakumar Thyagarajan
>         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