Groovy: unable to resolve class javax.xml.bind.annotation.XmlElementDecl.GLOBAL

After upgrading to Katalon Studio v10, I’m encountering the following error
Groovy: unable to resolve class javax.xml.bind.annotation.XmlElementDecl.GLOBAL


how to resolve this error

See

https://stackoverflow.com/questions/61177573/javax-xml-bind-cannot-be-resolved

You might have configured a newer Java JDK/JRE (where javax.xml.bind is missing) in Window > Preferences: Java > Installed JREs.

Since Java 11 javax.xml.bind is not contained anymore in the system library and has to be added as a dependency (e.g. with this one).

Hi @kazurayam I just downloaded the JAXB dependency and added it to my project. The original issue no longer appears. However, when I run the test case in any browser (Chrome or Edge), the browser launches, and the URL initially appears as data: without redirecting to the application URL I provided.

I tried running the same test on another machine. There, it also briefly showed data:, but then immediately redirected to the correct URL and worked perfectly fine.

your issue resolved ?

Yes, but I’m currently facing a different issue, as noted in the post above

Please create a new topic with an appropriate title for your new problem. You shouldn’t continue this previous topic which should be closed now.

In the new topic, please disclose the source of your test case and the execution log.