[OpenVPMS Developers] OpenVPMS release 1.2-beta-1 now available
- [//openvpms.atlassian.net/browse/REL-1">REL-1] - Change genbalance scripts to use AccountBalanceTool
- [//openvpms.atlassian.net/browse/REL-2">REL-2] - Add SQL to delete dangling entity relationships to migration script
- [//openvpms.atlassian.net/browse/REL-3">REL-3] - Migrate currency details from party.organisationLocation to party.organisationPractice
The zip has been deployed to the OpenVPMS maven repository at:
href="http://maven.openvpms.org/org.openvpms/zips/openvpms-release-1.2-beta-1.zip">http://maven.openvpms.org/org.openvpms/zips/openvpms-release-1.2-beta-1.zip
The source code is available from:
Installationsvn://svn.openvpms.org/openvpms/release/tags/openvpms-release-1.2-beta-1
See the contained readme.txt for installation instructions. NOTE: due to licensing restrictions, the release does not include a MySQL Connector/J JDBC driver. This must be downloaded from href="http://dev.mysql.com/downloads/connector/j/5.1.html">http://dev.mysql.com/downloads/connector/j/5.1.html. It is typically named mysql-connector-java-5.1.<x>.zip or mysql-connector-java-5.1.<x>.tar.gz where <x> represents the minor version number. The JDBC driver in the archive is named mysql-connector-java-5.1.<x>-bin.jar. This needs to be copied to:
- the Apache Tomcat shared library directory: <TOMCAT_HOME>/shared/lib
- the OpenVPMS install directory: <OPENVPMS_HOME>/lib
Existing installations need to: 1. Migrate the database schema
The database schema has changed since the 1.1 release. To migrate to the new schema, run the migrate-1.1-to-1.2.sql script in the update/db directory.
2. Re-load archetypes