Does blueprint provide similar classes with some springframwork classes ?
Issue
- Could you give me some advice or guide me a direction of our current issue of spring convert to blueprint.
- We have a class implementing some springframwork classes as below, as debug result, we think blueprint doesn't support these classes so that's why afterPropertiesSet() never be hit, we are wondering does blueprint has similar classes can be use ?
import org.springframework.context.ApplicationContextAware;
import org.springframework.context.ApplicationContext;
import org.springframework.osgi.context.BundleContextAware;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.beans.factory.InitializingBean;
Environment
- Red Hat JBoss Fuse
- 6.x
- Apache Aries Blueprint
- Spring
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
