limcheekin / activiti

Grails Activiti Plugin - Enabled Activiti BPM Suite support for Grails

Home Page:http://code.google.com/p/grails-activiti-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

task.id is null (NullPointerException) in Grails 2.0.3 and Activiti 5.8.2

limcheekin opened this issue · comments

When click on "start" link of Vacation Request after login as kermit, throws
java.lang.NullPointerException: Cannot get property 'id' on null object
at ActivitiGrailsPlugin$_addActivitiMethods_closure7_closure29.doCall(ActivitiGrailsPlugin.groovy:129)
at ActivitiGrailsPlugin$_addActivitiMethods_closure7.doCall(ActivitiGrailsPlugin.groovy:125)
at vacationRequest.VacationRequestController$_closure2.doCall(VacationRequestController.groovy:36)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)

Not happened in Grails 2.1.0

well ,i am using grails 2.2.4, it happens.

problem solved by empty assignee of the task i designed.