08-25-2015 04:44 PM
08-26-2015 01:30 AM
The value of the scriptFormat attribute must be a name that is compatible with the JSR-223 (scripting for the Java platform). By default JavaScript is included in every JDK and as such doesn’t need any additional jars. If you want to use another (JSR-223 compatible) scripting engine, it is sufficient to add the corresponding jar to the classpath and use the appropriate name. For example, the Activiti unit tests often use Groovy because the syntax is pretty similar to that of Java.
Do note that the Groovy scripting engine is bundled with the groovy-all jar. Before version 2.0, the scripting engine was part of the regular Groovy jar. As such, one must now add following dependency:…
08-26-2015 11:41 AM
08-26-2015 05:37 PM
08-26-2015 07:19 PM
08-26-2015 07:32 PM
08-27-2015 03:20 AM
08-27-2015 02:50 PM
08-28-2015 11:18 AM
04-06-2016 09:47 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.