/* (non-Javadoc)
* @see org.springframework.context.support.AbstractApplicationContext#postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory)
*/
protected void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException {
super.postProcessBeanFactory(beanFactory);
beanFactory.addBeanPostProcessor(new ScaAdapterPostProcessor
(new SpringScaAdapter(componentType)));
beanFactory.ignoreDependencyInterface(ScaAdapterAware.class);
}