NormalScopedBeanInterceptorHandler throws NPE when handling 3rd party Contexts
------------------------------------------------------------------------------
Key: OWB-380
URL: https://issues.apache.org/jira/browse/OWB-380
Project: OpenWebBeans
Issue Type: Bug
Components: Interceptor and Decorators
Affects Versions: M4
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 1.0.0
NormalScopedBeanInterceptorHandler crashes with a NullPointerException when
handling 3rd party Contexts like the ViewScopedContext.
{noformat}
java.lang.NullPointerException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.webbeans.intercept.InterceptorHandler.invoke(InterceptorHandler.java:265)
at
org.apache.webbeans.intercept.NormalScopedBeanInterceptorHandler.invoke(NormalScopedBeanInterceptorHandler.java:95)
at
at.ac.tuwien.tiss.core.fe.security.mock.LoginModel_$$_javassist_26.getAction(LoginModel_$$_javassist_26.java)
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.