Skip to content

Typo in advice definition #26

Description

@deniger

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions