Greetings! I'm currently working with Human Resource Module ( https://wiki.openmrs.org/display/projects/Human+Resources+Module ) and facing some problems. As far as I know, HR module is only partly implemented in GSoC2011, but already implemented functions have to work fine now.
I've downloaded sources from svn, imported them into Intellij IDEA project and built an OMOD module. When I've tried to install this module into openmrs I've faced an exception in SQL INSERT commands from Liquibase script. So I decided to comment that <sql> insertions. After that, module started to install without exceptions. The next what I've done was that I manually executed that SQL INSERT queries in mysql console, so they executed sucessfully. The item "Manage Human Resources" now appearing in my openmrs, but when I click on it, the exception in sql syntax of Staff getAll query happens. Please, can Roger Friedman or anyone else tell me am I doing something wrong with this module or these exceptions are now normal and I should remove them? Thanks, Anton Alekseiev _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

