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
When editing a task in the WSO2 Micro Integrator VSCode extension, modifying the trigger settings (such as setting a trigger count) introduces a syntax error. Specifically, an invalid _xmlns attribute appears in the message property XML, breaking the configuration and resulting in malformed XML.
Steps to Reproduce
Open the WSO2 Micro Integrator VSCode extension and create a new project
Description
When editing a task in the WSO2 Micro Integrator VSCode extension, modifying the trigger settings (such as setting a trigger count) introduces a syntax error. Specifically, an invalid _xmlns attribute appears in the message property XML, breaking the configuration and resulting in malformed XML.
Steps to Reproduce
2
) into the Count textbox and click Update.Expected Result
The task XML should update without syntax errors.
Actual Result
The updated task XML contains a syntax error, as shown below:
The
message
property contains an invalid@_xmlns
attribute, making the XML malformed.Version
v1.1.4
Environment Details (with versions)
OS: Windows 11 Pro 23H2
JDK
Maven
The text was updated successfully, but these errors were encountered: