[jboss-user] [JBoss/Spring Integration] - Re: looking up a spring bean from jndi

2008-04-07 Thread esteveavi
Where can I get more info? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142109#4142109 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142109 ___ jboss-user mailing list

[jboss-user] [JBoss/Spring Integration] - Re: looking up a spring bean from jndi

2008-04-07 Thread alesj
esteveavi wrote : Where can I get more info? The code or this sticky page: - http://www.jboss.com/index.html?module=bbop=viewtopict=106598 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142118#4142118 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: looking up a spring bean from jndi

2007-12-04 Thread alesj
Only BeanFactory is registered in the JNDI. So you first need to get the BeanFactory out of the JNDI, and then do a bean lookup. See how this is done in org.jboss.spring.support.SpringInjectionSupport. View the original post :