Skip to content

WDT not creating optional MBeans in the domain config.xml #990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TheFrogPad opened this issue Oct 20, 2021 · 0 comments · Fixed by #994
Closed

WDT not creating optional MBeans in the domain config.xml #990

TheFrogPad opened this issue Oct 20, 2021 · 0 comments · Fixed by #994

Comments

@TheFrogPad
Copy link
Member

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:

topology:
    Server:
        ManagedServer2:
            ListenPort: 7005
            OverloadProtection:
                ServerFailureTrigger:
                    MaxStuckThreadTime: 600
     

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant