Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Make sure the following line exists in your ModuleApplicationContext.xml file (it can be , substituting your module name for ModuleID.  It typically is put just above the </beans> tag at the end):.

Code Block
    <context:component-scan base-package="org.openmrs.module.ModuleID" />

...