I'm new on BPM and I tried to install Activiti on my own Grails application.
I've installed the plugin and the security plugin (Spring security and Activiti-spring security), and also the Vacation Request application.
From : http://code.google.com/p/grails-activiti-plugin/wiki/VacationRequestSampleApplication
I logged in, and when i click on Start link, I got this error :
java.lang.NullPointerException: Cannot get property 'id' on null object
at ActivitiGrailsPlugin$_addActivitiMethods_closure7_closure29.doCall(ActivitiGrailsPlugin.groovy:130)
at ActivitiGrailsPlugin$_addActivitiMethods_closure7.doCall(ActivitiGrailsPlugin.groovy:126)
at vacationRequest.VacationRequestController$_closure2.doCall(VacationRequestController.groovy:36)
at vacationRequest.VacationRequestController$_closure2.doCall(VacationRequestController.groovy)
at java.lang.Thread.run(Thread.java:662)