-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
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>
Metadata
Metadata
Assignees
Labels
No labels