Hide Forgot
Date of First Response: 2008-10-09 04:58:00 project_key: SOA In the script jboss_init_redhat.sh for standalone there is a line that sets default value for configuration JBOSS_CONF=${JBOSS_CONF:-"production"} The correct value is JBOSS_CONF=${JBOSS_CONF:-"default"}
Fixed in revision 2065 of: build-tools/builders/eap/build.xml Commit message: Cnange the default deploy configuration fron `production' to `default' for the standalone jboss_init_redhat.sh.
Verified in CR1