[url] http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=161914 [/url]
I also added 'bean by type' lookup - thanks to c.vidal for providing almost full impl. So now you can simply just set spring module's jndiName, and if there is exactly one bean of your required type or if there are multiple the one with default name (field name or setter/getter name) - if exists - will be injected - otherwise exception will be thrown. | @Spring(jndiName = "en-pojo") | private RandomGenerator randomGenerator; | Also there is work in progress to remove that jndiName attribute - replaced by module's default - as in EJB3 presistence context unit name. Another thing in progress is rewriting SpringDeployer to JBoss5 deployers - JIRA JBMICROCONT-26 - along with other IoC frameworks. Rgds, Ales View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979096#3979096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979096 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
