Hmmm... error seems totally unrelated: 
https://jira.jboss.org/jira/browse/JBPM-2452

The error is on line 149:

  |       List<Transition> transitions =
  |           ((ExecutionImpl) 
processInstance).getActivity().getOutgoingTransitions();
  |       for(Transition t : transitions)
  |       {
  |         String outcomeName = t.getName()!=null ? t.getName() : 
"to_"+t.getDestination().getName();
  |         outcomeDirective.getValues().add(outcomeName);
  |       }
  | 

where there transitions is assigned a value. Can you run the appserver in debug 
mode (not debug logging but with breakpoints) and see what the values of the 
variables are?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249916#4249916

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249916
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to