Hey, I re-evaluated the logs and noticed that the second branch is executing like it should, It just wasn't doing anything because the objects in the context didn't match. I was then wondering why I was getting the error.
I was using a JbpmContext that was connected to a postgresql database, but the ProcessInstance I was using was loaded off of the filesystem. At the end of my signal, I was calling a save operation and I guess that because the ProcessInstance doesn't exist in the database, then it failed to save it. Thanks for all the help. I guess I just needed to step away and take a fresh look at it. Thank you, Steve. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035725#4035725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035725 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
