groovy classloader deployment

Bonita groovy scripts class-loading

I am using Bonita Studio 7.0.2 and have the following problem. I successfully deploy over 400 processes. Some of the processes are using groovy scripts. As I've observed these are compiled and placed into a file called groovyscripts.jar under the process deployment directory. Sometimes we cannot release a new version of the process and want to replace only a single groovy script. I have created a small bash script which replaces the one particular groovy script in every groovyscript.jar file where it is located through the java jar utility. The workflow is like:

Notifications