Skip to content

Typo in advice definition #26

@deniger

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>

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