how do I configure autowire in spring
+5
A:
Add the context schema to your configuration XML and use the @Autowired annotation:
http://static.springsource.org/spring/docs/2.5.x/reference/beans.html#beans-annotation-config
duffymo
2009-10-04 15:49:01
@autowired alone was not enough - exactly what I was missing. thanks.
flybywire
2009-10-05 07:31:38