Activiti 5.3 - using groovySQL in script task
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2011 09:59 AM
Hi activiti community,
is it possible to use groovySQL within an script task?
My first attempt endet with:
using the example from http://groovy.codehaus.org/Tutorial+6+-+Groovy+SQL
Please excuse if the question is naive - i am quite unexperienced with java-technologies.
Thanks a lot!
PJ
is it possible to use groovySQL within an script task?
My first attempt endet with:
02090011 Wrapped Exception (with status template): problem evaluating script: javax.script.ScriptException: org.activiti.engine.ActivitiException: couldn't find type for groovy.sql.Sql@1630f72
using the example from http://groovy.codehaus.org/Tutorial+6+-+Groovy+SQL
Please excuse if the question is naive - i am quite unexperienced with java-technologies.
Thanks a lot!
PJ
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2011 05:26 AM
Is GroovySQL compatible with the java scripting API? If so, then you must use the name of the scripting language (eg. for Groovy this is scriptFormat='groovy') in your script task.
