Hoi! Why is it needed to hold the ApplicationContext in a ThreadLocal?
private static ThreadLocal<ApplicationContext> applicationContext = null;
Each BeanManager gets an own ContextService instance anyway, so a simple
private
member would easily work!
Any thoughts?
LieGrue,
strub
