The following tests started failing in the rhq-master-ora Jenkins job after the password obfuscation changes got committed: org.rhq.enterprise.installer.DBInstallationTest.upgradeJON240Schema org.rhq.enterprise.installer.DBInstallationTest.upgradeJON300Schema Here's the exception: java.lang.RuntimeException: Cannot run ANT on script [/tmp/db-upgrade.xml]. Cause: /tmp/db-upgrade.xml:27: Failed to upgrade - error in spec version [2.121]. Cause: Error executing the task [org.rhq.core.db.ant.dbupgrade.SST_JavaTask] in schema spec version [2.121]. Cause: Java Task Error: class=[java.lang.ClassCastException: java.math.BigDecimal cannot be cast to java.lang.Integer] at org.rhq.enterprise.installer.ServerInformation.startAnt(ServerInformation.java:769) at org.rhq.enterprise.installer.ServerInformation.upgradeExistingDatabaseSchema(ServerInformation.java:283) at org.rhq.enterprise.installer.DBInstallationTest.upgradeJON300Schema(DBInstallationTest.java:102) This issue should be fixed asap so we can get the Jenkins green again, since we are getting close to the 4.4 release.
commit 501fe6e4677485c6a24527bda6f39ecec5bb1191 Author: Lukas Krejci <lkrejci> Date: Thu May 3 10:48:25 2012 +0200 [BZ 818433] - Another batch of fixes for the obfuscation upgrade task to be Oracle compatible.
tested oracle upgrade with 3.1 ER6
Bulk closing of old issues in VERIFIED state.