Use the modifySCAModuleProperty command to modify the property values for a specified Service Component Architecture (SCA) module.
The modifySCAModuleProperty command is run using the AdminTask object of the wsadmin scripting client.
wsadmin> $AdminTask help SCAAdminCommands
Use
the following command to get detailed help on a particular command.wsadmin> $AdminTask help command_name
$AdminTask modifySCAModuleProperty {-paramName paramValue ...}
The modifySCAModuleProperty command is for changing the property values for a specified SCA module.
wsadmin> $AdminTask modifySCAModuleProperty {-moduleName myModule -applicationName myApplication -propertyName [mygroupName]mypropName -newPropertyValue myNewPropValue}