Forum Discussion

khanchett's avatar
khanchett
Contributor
4 years ago
Solved

ERROR: org.apache.xmlbeans.impl.store.DomImpl$InvalidCharacterError: Name has an invalid character

 I updated from ReadyAPI 3.3.0 to 3.3.1.  I have a rather large Groovy script that runs perfectly fine up to version 3.3.0, but when I updated to 3.3.1 I am not getting the error in the subject line....
  • khanchett's avatar
    khanchett
    4 years ago

    So with some help from the support team I was able to find out what happened.  Looks like Groovy deprecated the groovy.xml.QName class.  I switched my import to pull groovy.namespace.QName and everything worked without me having to change my code at all.

     

    Hope this gives someone some help going through the same thing.  I'm considering this as my solution to the problem I had.