I\'ve made a maven project in Spring 3.0, I\'ve made some DAO, services and controllers, in one of mine controller I call a service in which I start a thread, the problem is tha
Had a similar issue had to Autowire in the service and pass to the method that implements runnable through the constructor.