We're running CI towards our WAS with wsadmin.bat

The applications are updated with this command

$AdminApp update ${projectName}EAR app {-operation update -update.ignore.new -contents {${artifactsDir}/${projectName}-${buildVersion}.ear}}

This causes all the "Security role to user/group mapping"-settings to reset, even though all the other settings are preserved with the -update.ignore.new

Anyone know how to fix this?

link|improve this question

50% accept rate
feedback

1 Answer

you may want to try:

$AdminApp install instead as the parameter -update -update.ignore.new applies only if you specify install command and there are existing binding and if the existing bindings are older than bindings in the new ear.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.