REST API can't find scripting engine for groovy

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2014 10:43 AM
I tried to start a process instance via the rest api that has a single script task and got a 500 response with "can't find scripting engine for groovy. I noticed that the groovy jar is not included in the lib folder for the activiti-rest war. Copying the groovy jar from activiti-explorer fixes the issue.
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2014 09:47 AM
BTW, this issue was with 5.15.1.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2014 03:36 AM
The groovy-jar is optional and only needed if you use groovy, as with any 3rd party lib you would use yourself. Since the REST does not depend on that, it's not set as a dependency on the rest-webapp. This is not a bug, it's intentional…

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2015 08:42 AM
Why is it included in Explorer ? Does Explorer depend on that ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2015 04:49 AM
It is included as a convenience. It does not depend on it.
