Orchestrator Studio 6.1.0 dependencies
Hi everybody,
I've been developing a Custom Service Request on JDE Orchestrator using Groovy language and I've ran into some trouble.
The purpose of the SR is to export certain information to a CSV file, so I need to import the Apache Commons CSV library (which comes with the Orchestrator Components par file by default). However when I try to execute the orchestration using that custom request, it throws a null pointer exception.
My first guess was to check the deployment location of these dependencies, which seems to be fine at first glance
¿Am I missing a particular configuration? ¿Do I need another dependency to work this out?