Hi All,
For accessing OpenMRS database, we used openmrs-api 1.5 jar from with our application, However this caused a Spring version conflict. OpenMRS 1.5 api jar depends on Spring2.5.*. We on the other hand are using Spring 3.0.5.RELEASE in Motech platform.
To get around this problem, we tried using a latest(1.8.2) version of the api jar. This applied the migrations on our openmrs schema without any issues. We tested this migration against restored schema from production. The api worked as expected and the newer 1.8.2 OpenMRS web interface version work flawlessly against the migrated schema.
So going forward we propose the upgrade of OpenMRS for use with Ghana-National codebase. We anyways are migrating motechmodule specific data to couched.
-
Irfan/Puneet