Error installation Validation module

Hi,

I wanna use the Validation module to track down invalid Concepts, but however on attempting to install it, I get this error.

org.openmrs.module.ModuleException: Unable to load/find moduleActivator: ‘org.openmrs.module.validation.ValidationActivator’ Module: Validation Module

Validation module - 1.0.1

RefApp - 2.7

platform - 2.0.6

cc: @dkayiwa, @wyclif , @ball, @willa

Doesn’t look like the module works with 2.x versions, you can try cloning the module’s project from git, edit the activator to instead extend BaseModuleActivator, build it and run your custom build and see if that fixes it. Would be great if you issued a PR with your changes :wink:

Just created a ticket here.

Made a commit here - https://github.com/openmrs/openmrs-module-validation/pull/12

Well, I successfully installed the module. But can’t find it on the main Administration list.

Could someone tell the URL to this page?

cc: @ball, @wyclif

I’ve merged the work that was done for GSoC 2013 into master

1 Like

When do we plan to do a release with latest changes of this module?

@dkayiwa, @mozzy

1 Like

Am going to release a new version for it.