Back to bug 1033146

Who When What Removed Added
Brice Vandeputte 2013-11-22 07:56:17 UTC CC brice.vandeputte
Brenton Leanhardt 2014-01-06 17:10:19 UTC Target Release --- 2.0.2
CC bleanhar
Brenton Leanhardt 2014-01-13 20:54:53 UTC Status NEW ASSIGNED
Brenton Leanhardt 2014-01-13 20:55:09 UTC Assignee jdetiber bleanhar
Brenton Leanhardt 2014-01-14 16:36:20 UTC Status ASSIGNED MODIFIED
Fixed In Version openshift-origin-cartridge-jbossews-1.17.2.1-1.el6op
Brenton Leanhardt 2014-01-14 21:25:10 UTC Status MODIFIED ON_QA
Gaoyun Pei 2014-01-15 08:16:47 UTC Status ON_QA VERIFIED
CC gpei
John W. Lamb 2014-01-17 21:51:48 UTC CC jolamb
Doc Text Cause:
User-settable env var "MAVEN_ARGS" is overridden by jbossews cartridge build script
Consequence:
Variable MAVEN_ARGS doesn't receive the value specified by the user, and is always set to the default
Fix:
Update the build script to check if "$MAVEN_ARGS" is defined, and only set it to the default value if it is not
Result:
MAVEN_ARGS is user-settable as expected
Alex Dellapenta 2014-01-27 19:31:31 UTC CC adellape
Doc Text Cause:
User-settable env var "MAVEN_ARGS" is overridden by jbossews cartridge build script
Consequence:
Variable MAVEN_ARGS doesn't receive the value specified by the user, and is always set to the default
Fix:
Update the build script to check if "$MAVEN_ARGS" is defined, and only set it to the default value if it is not
Result:
MAVEN_ARGS is user-settable as expected
The MAVEN_ARGS environment variable could not be set with JBoss EWS cartridges because it would reset to the default value of the cartridge when application changes were pushed. This fix updates the build script for the JBoss EWS cartridge so that the default value of the cartridge is only used if MAVEN_ARGS is not defined. If it is defined, the user configuration is used.
errata-xmlrpc 2014-01-27 22:01:10 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2014-01-28 16:39:02 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2014-01-28 11:39:02 UTC
Dan McPherson 2017-03-08 17:36:03 UTC Target Release 2.0.2

Back to bug 1033146