-
Bug
-
Resolution: Done
-
Minor
-
7.0.3.GA
-
None
vault.sh has an incorrect check to make sure JBOSS_HOME is set correctly.
SANITIZED_JBOSS_HOME=`cd "$JBOSS_HOME/.."; pwd`
if [ "$RESOLVED_JBOSS" != "$SANITIZED_JBOSS_HOME" ]; then
The check will always fail because of the incorrect "/..", which should be removed.
The incorrect value is only used for printing the "WARNING JBOSS_HOME may be pointing to a different installation - unpredictable results may occur." log, and appears to have been around since at least EAP 6.0.
- clones
-
WFCORE-2160 Incorrect JBOSS_HOME warning in vault.sh
- Resolved
- is cloned by
-
JBEAP-8154 [GSS](7.0.z) Incorrect JBOSS_HOME warning in vault.sh
- Closed
- is incorporated by
-
JBEAP-7960 (7.1.0) Upgrade to WildFly Core to 3.0.0.Alpha22
- Closed
-
JBEAP-8294 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta2
- Closed