I just tried your code and it worked for me. What is strange is in your logs there is no NODE_ assigned in the insert statement for JBPM_TOKEN:
13:37:06,750 DEBUG [LongType] binding null to parameter: 11 I wonder if your process deployed properly? Can you check in your db if you have the nodes for this processdefinition (id=15 according to the logs): SELECT * FROM jbpm_node j where PROCESSDEFINITION_ = 15 This should return three rows for the nodes 'start', 'first', 'end'. Regards, Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047581#4047581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047581 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
