Trying to set up a project but fail at Autowiring objects through Spring.
package se.hsr.web; public class TestRunner { public static void main(String[
You need this in your Spring configuration for autowiring to work
xmlns:context="http://www.springframework.org/schema/context" ....