Hello
I tested same example (I guess it's example of chapter 5 in book) with jUnit test and it works.
When I deployed on tomcat server and tested proccess, I have same exception when I submit the form
Caused by: com.vaadin.event.ListenerMethod$MethodException: Invocation of method componentEvent in org.activiti.explorer.ui.process.ProcessDefinitionDetailPanel$1 failed.
and further
Caused by: java.lang.NullPointerException
at org.bpmnwithactiviti.chapter5.CreateApplicationTask.execute(CreateApplicationTask.java:10)
I guess (Boolean)execution.getVariable("creditCheckOk"); returns null
What do you mean by , the process is wrong at this point
What correction is necessary to bring in groovy code (or elsewhere) in order to activiti framework return "creditCheckOk"
(NB: I don't know groovy)
Thanks in advanced