Hide Forgot
Date of First Response: 2009-11-18 10:11:29 project_key: SOA It was agreed that we will certify first on latest MySQL(5.1) and PostgreSQL (8.3) but dbinstall supports only versions 5.0 and 8.2. Either new versions should be supported or both versions for each db should be supported.
The files that Jirka is referring to: [ldimaggi@ldimaggi schema]$ cat postgresql824/driver/name.properties db.driver.jar=postgresql-8.2-*.jdbc4.jar [ldimaggi@ldimaggi schema]$ cat mysql50/driver/name.properties db.driver.jar=mysql-connector-java-5.0.*-bin.jar
Fixed with revision 4217 of: build-tools/resource/schema-tool/build.xml build-tools/resource/schema-tool/mysql51 (added) build-tools/resource/schema-tool/postgresql837 (added) Commit message: Make MySQL 5.1 and PostgreSQL 8.3.7 the initially supported versions. Add files for them.
Verified in ER4