[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 original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179295#4179295

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179295
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user