At module startup, the following error is produced:
WARN - ModuleFactory.loadAdvice(894) |2020-02-28 07:47:24,479| Could not load advice point: org.openmrs.module.appointments.service.AppointmentServiceService
This advice is defined in omod module, the file src/main/resources/config.xml ( line 47):
<point>org.openmrs.module.appointments.service.AppointmentServiceService</point>
Should be replaced by:
<point>org.openmrs.module.appointments.service.AppointmentService</point>
At module startup, the following error is produced:
WARN - ModuleFactory.loadAdvice(894) |2020-02-28 07:47:24,479| Could not load advice point: org.openmrs.module.appointments.service.AppointmentServiceServiceThis advice is defined in omod module, the file
src/main/resources/config.xml( line 47):<point>org.openmrs.module.appointments.service.AppointmentServiceService</point>Should be replaced by:
<point>org.openmrs.module.appointments.service.AppointmentService</point>