I have implemented a service that at the end creates a JSON. It works fine, but I have updated one of the custom transformers that I used. This custom transformer has minimal changes and the outputs are equal thans the previous version. But when I run the process, I get an error:
WARN |JSONTemplater(XMLTemplaterFactory): The following error occurred near line 212, column 71 of the query:
WARN |JSONTemplater(XMLTemplaterFactory): invalid expression: syntax error, unexpected ":", expecting "external" or ":="+
ERROR |JSONTemplater(XMLTemplaterFactory): An error occurred while parsing the ROOT template
I have been looking for something but I can`t see anything. I have a unique template (root). I can`t debug to see any problem.
If I use the previous custome transformer it works fine.
Thanks for your time!