]
Carlo de Wolf resolved EJBTHREE-1272.
-------------------------------------
Resolution: Done
Assignee: Andrew Lee Rubinger (was: Carlo de Wolf)
NPE in InjectInterceptorsFactory
---------------------------------
Key: EJBTHREE-1272
URL:
https://jira.jboss.org/jira/browse/EJBTHREE-1272
Project: EJB 3.0
Issue Type: Bug
Components: interceptors
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Priority: Critical
Fix For: AS 5.0.0.CR2
Given:
List<Class<?>> interceptorClasses =
container.getInterceptorRegistry().getApplicableInterceptorClasses(method);
List<Interceptor> interceptors = new ArrayList<Interceptor>();
for (Class<?> interceptorClass : interceptorClasses) //
<<<--------- NPE Here
If no applicable interceptor classes are found, an NPE is thrown in Java5 Collection
iteration.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: