Skip to content

Conversation

@pwszpl
Copy link

@pwszpl pwszpl commented Aug 19, 2025

When trying to save WDT file containing ManagedExecutorServiceTemplate, application returns error: Unexpected Error Response Bad Request . After looking into network logs for application I found out that server returns following error:

{ "messages": [ { "message": "java.lang.IllegalArgumentException: WDT Model Builder - Unmapped section for: ManagedExecutorServiceTemplate", "severity": "ERROR" } ] }

I provide example wdt file as well as full har file of request. Tested on version 2.4.17.
request.har.txt
example.yaml

To resolve issue, ManagedExecutorServiceTemplate sectiom must be added to supported schema elements. My commit provides fix for ManagedExecutorServiceTemplate as well as other (available in Weblogic) concurrent templates.

…Template, ManagedThreadFactoryTemplate to supported sections for WDT model.

Signed-off-by: pwszpl <szppszpsz@gmail.com>
@oracle-contributor-agreement
Copy link

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Aug 19, 2025
@TheFrogPad
Copy link
Member

TheFrogPad commented Aug 20, 2025

We have reviewed and tested your proposed change for WDT support and given the OCA handling we will make this fix from our end and include in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Required At least one contributor does not have an approved Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants