[jboss-user] [JBoss/Spring Integration] - Re: Is it possible to inject beanfactory?

2008-09-29 Thread alesj
What you can do is this 'trick': Create a simple bean that implements BeanFactoryAware interface: - http://static.springframework.org/spring/docs/1.0.2/api/org/springframework/beans/factory/BeanFactoryAware.html Then simply inject this bean via @Spring, and use its BeanFactory. ;-) View the or

[jboss-user] [JBoss/Spring Integration] - Re: Is it possible to inject beanfactory?

2008-09-29 Thread nhiggs
Thanks you very much Justin!!! I will try your solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179382#4179382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179382 __