Since I upgraded to Jmix 1.3.x
I am getting the following errors on my Services:
***************************
APPLICATION FAILED TO START
***************************
Description:
Field truckQService in com.company.pickandload.service.FrontendService required a bean of type 'com.company.pickandload.service.TruckQService' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.company.pickandload.service.TruckQService' in your configuration.
Process finished with exit code 1
Is there a new way to define a bean ? or is this a bug ?