Hi,
The idea was rather to try to add the one file that contains the missing class (without updating the existing jars).
If you download the new version of groovy from this
link
in the lib folder of the zip archive you will find a file named groovy-json-2.4.15.jar.
Can you try to copy this file to your stambiaRuntime/lib/Scripting/groovy folder to see if it works (you might need to restart your runtime after you copy the file).
However, if you are looking for a way to extract a JSON string from XML as a json file, it might be easier to use a File Metadata with property fields “file_path” and “string_content”.
Then you can use the generated file as a JSON source in another mapping. This way you can have a process with one mapping that extracts the JSON string into a JSON file followed by another mapping that reads the content of the file and puts it into the target table.
Here is an article that explains how to use property fields to create a file with string/binary content :
stambia.org/doc/132-technology-articles/...#usingFieldsAsTarget
Do you think this could work for you?