Description of problem: Wrong Java detected in sqlresults.log: Detected Java version: 1.5 in: /usr/java/jdk1.7.0_25/jre Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Install FSW 6.0.0.ER4 2. Configure wrong DB connection so installer will fail to configure Database schema 3. Check jboss-eap-6.1/sql/sqlresults.log Actual results: Expected results: Additional info:
This was resulting because the version of ant that the installer was getting included within it was very old (checks for versions beyond 1.5 didn't exist.) Updating the dependency to be correct yields Detected Java version: 1.7 in: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25.x86_64/jre Within the same file after an installation. This can be in either the beta rebuild or in the next ER, depending on what we want to happen.
I can still reproduce in latest ER4: Detected Java version: 1.5 in: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.2.7.fc19.x86_64/jre
Verified in FSW 6.0.0.ER8