On Sun, Apr 11, 2010 at 4:08 PM, <[email protected]> wrote: > > + /**Resolved ejb beans for non-contexctual interceptors*/ > + private transient Map<Class<?>, BaseEjbBean<?>> resolvedBeans = new > HashMap<Class<?>, BaseEjbBean<?>>(); > +
Doesn't seem like you actually fill this map in, I wonder if this Class->Bean map should be provided by our BeanManagerImpl instead of needing our short-lived interceptor to iterate over all the beans. -- Eric Covener [email protected]
