looks like your handler on the decision does not return a valid transition. (null is not the name of one of the transitions) it should return 'toDeliver' or 'toend'
btw, why do you execute the same rules again on the transition 'toDeliver'? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217243#4217243 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217243 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
