I am using Activiti 5.10 and compiled and ran the BookOrderTest jUnit from Activiti in Action. The jUnit ran with no errors.
However when I went into Activiti Explorer, I see "Order book" listed in Processes but no tasks waiting for kermit.
I tried to manually Start Process in the Explorer, and got the following error:
com.vaadin.event.ListenerMethod$MethodException
Cause: org.activiti.engine.ActivitiException: problem evaluating script: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: isbn for class: Script5
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:510)
Any suggestions?