Beans injected into Apache Wink with Spring aren't registered
问题 Following on from How do I inject a Spring bean into Apache Wink? I'm now using wink-spring-support and I thought I had things set up correctly. web.xml includes: <context-param> <param-name>contextConfigLocation</param-name> <param-value> classpath:META-INF/wink/wink-core-context.xml classpath:applicationContext.xml </param-value> </context-param> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> <servlet> <servlet-name>restServlet<