I have a Web Service which I am trying to Autowire a variable into. Here is the class:
package com.xetius.isales.pr7.service; import java.util.Arrays; impo
If you want autowiring to happen, ProductRulesWebService needs to extend SpringBeanAutowiringSupport
Extending that class will allow UpgradeController to be autowired