You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebLogic has certain optional MBeans like ServerFailureTrigger and JTAMigratableTarget where the existence of the MBean causes WebLogic to behave differently.
A WDT model file that specifies such an optional MBean without providing any settings should still result in that MBean being present in the domain config.xml file.
The text was updated successfully, but these errors were encountered:
A WDT model file specifying an empty
ServerFailureTrigger
does not result in the MBean being present after using the domain creation tool.Workaround: Specify one of the
ServerFailureTrigger
settings, then the MBean will be present in the resulting config.xml. For example:WebLogic has certain optional MBeans like
ServerFailureTrigger
andJTAMigratableTarget
where the existence of the MBean causes WebLogic to behave differently.A WDT model file that specifies such an optional MBean without providing any settings should still result in that MBean being present in the domain config.xml file.
The text was updated successfully, but these errors were encountered: