Forum Discussion
Update to this issue I'm having. I looked through the files that changed from 3.3.0 to 3.3.1 and found the groovy library files in the C:\Program Files\SmartBear\ReadyAPI...\lib folder changed.
In version 3.3.0 there is only one groovy file that I saw where in 3.3.1 there is a whole new batch of groovy*.jar files. So I figured this is where my issue is coming from. So here is what I did:
3.3.0 groovy file: groovy-all-2.4.17.jar
3.3.1 groovy file: groovy-all-3.0.0.jar
1. I renamed the 3.3.1 to groovy-all-3.0.0.jar.bu
2. Copied over the groovy-all-2.4.17.jar from 3.3.0 directory to the 3.3.1 directory
3. Rebooted 3.3.1 ReadyAPI
4. Reran my Groovy script that had the error and it didn't error anymore.
Now this isn't a solution, this just helps point out the problem I'm having a little more. So my question is this:
Is this a bug in the groovy framework?
or
Is there a change I need to make to my existing groovy script to get DOMCategory to work as expected?
Thanks in advanced to anyone who can help, this is a big issue for us.