Hi there,
I'm currently working on a project which I want to enable to run in a OSGI-Container. The project use some custom lifecycle stuff which is implemented by BeanPostProcessor...
Type: Posts; User: normanmaurer; Keyword(s):
Hi there,
I'm currently working on a project which I want to enable to run in a OSGI-Container. The project use some custom lifecycle stuff which is implemented by BeanPostProcessor...
Did you ever figure out howto do it ? I seem to have exactly the same problem here..
Hi all,
I have a spring app (using spring 2.5.6) which need to add Beans to the BeanFactory with a custom configuration. So I implemented BeanFactoryPostProcessor and added the bean to the Factory...