Advertisement
Guest User

Untitled

a guest
Jun 15th, 2011
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Problem :
  2. If you see any if the following error while loading the module like :
  3. Unable to load/find moduleActivator: 'org.openmrs.module.basicmodule-parent.MyFirstActivator'
  4.  
  5. Solution :
  6. Go to the <module omod file> 's pom.xml file and replace the following :
  7. <MODULE_ID>${project.parent.artifactId}</MODULE_ID>
  8. with the following
  9. <MODULE_ID>${artifactId}</MODULE_ID>
  10.  
  11. Resources :
  12. 1.https://wiki.openmrs.org/display/IRC/2011-06-14+-+OpenMRS#133857
  13. 2.https://wiki.openmrs.org/display/IRC/2011-06-06+-+OpenMRS#190718
  14. 3.https://wiki.openmrs.org/display/IRC/2011-05-18+-+OpenMRS#170414
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement