Error with DataLoadCoordinator

Hello, I’m trying to make an example with DataLoadCoordinator, by including the piece of code in the descriptor I get the following error:
"Caused by: org.dom4j.DocumentException: Error on line 3 of document : The attribute “xmlns” has already been specified for the element “window”.
and the descriptors stay red, what could be the reason?
Thank you and greetings.

DataLoadCoordinator

Hello @albertosanchez

Just remove second xmlns entry on line 3, since it is already included into window.xsd.

Regards,
Daniil

1 Like

Thanks Daniil.