activiti icon indicating copy to clipboard operation
activiti copied to clipboard

Grails Activiti Plugin - Enabled Activiti BPM Suite support for Grails

Results 16 activiti issues
Sort by recently updated
recently updated
newest added

Please forgive me as this is not really an issue of the grails activitii plugin but the issue must somehow stem from in there and I need further clues as...

Whenever I run integration tests on my Grails 2.3.6 application that uses the activiti plugin, I receive this error: ``` org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception...

how to support grails3?

The following deprecated classes have been removed from Grails 2.4.x: ``` groovy org.codehaus.groovy.grails.commons.ApplicationHolder org.codehaus.groovy.grails.commons.ConfigurationHolder org.codehaus.groovy.grails.plugins.PluginManagerHolder org.codehaus.groovy.grails.web.context.ServletContextHolder org.codehaus.groovy.grails.compiler.support.GrailsResourceLoaderHolder ``` If you or any plugins you have installed are using these classes...

mainly changed ConfigurationHolder, ApplicationHolder usages to Holders

Hi, I'm new on GRAILS and I've been studying it lately, recently I tried to install the plugin Activiti 5.12.1 on my GRAILS application adding these code lines below as...

I Just updated the plugin to 5.10

Hi, Any place to check the releases notes? , on https://code.google.com/p/grails-activiti-plugin/ the latest release note is 5.9 I want to move from 5.9 to 5.12 but I would like to...

Issue as titled. The comparison shows when generate-all for app, all methods/templates will get "Instance" appended: Both app and plugin referenced scaffolding by -- compile ":scaffolding:2.0.2" Generated controller method for...

When add activiti plugin in grails2.3 app and execute grails run-app, it will cause follow error: Configuring Activiti Process Engine ... ... finished configuring Activiti Process Engine. Error initializing the...