I am working with Oracle Service Bus and I want to create a script that will change an attribute in a specific mbean.
I have located the mbean:
com.bea:Name=OperationsConfig,
Location=AdminServer,
Type=com.bea.wli.sb.management.configuration.operations.OperationsConfigMBean
and the attribute i want to change is DomainSLAAlertingEnabled
Can anybody help me as to how i can change an attribute in this mbean using wlst (weblogic scripting tool)?
How do i navigate to this mbean and then how do i change it?
DomainSLAAlertingEnabled
is boolean.