[jboss-user] [JBoss jBPM] - Re: Problems with Taskforms: forms cannot be found / NullPoi
kukeltje
do-not-reply at jboss.com
Mon Aug 17 08:42:59 EDT 2009
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
More information about the jboss-user
mailing list