yesamer opened a new pull request, #3010: URL: https://github.com/apache/incubator-kie-tools/pull/3010
File generated / edited with the new Test Scenario Editor are not compatible with the Classic Editor. The reason relies on the namespace introduced in the new Editor `xmlns="https://kie.org/scesim/1.8"`: that is mandatory for the new Editor. Unfortunately, the classic editor's unmarshaller is not able to parse a scesim file with that namespace. I made a tentative to add the namespace in the unmarshalling process, but with that change, the namespace would be mandatory for the old editor too, breaking the compatibility with the old scesim files. As a workaround, the old editor now removes the namespace from the scesim file string representation before getting unmarshalled. Not a nice solution, but I guess it's reasonable based on the future deprecation and removal plans of the old editors. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
