Chris Melas [http://community.jboss.org/people/melc] created the discussion

"display process diagram"

To view the discussion, visit: http://community.jboss.org/message/622889#622889

--------------------------------------------------------------
Hello,
I'm using jbpm5.1 and i noticed that when i add extra nodes to a process, 
jbpm-console throws an exception (Could not find info for node new_id_of_node 
of process the_process_id) when trying to display the diagram at the point of 
reaching the new node.

Has anyone else noticed this??

Basically what happens is that 
org.jbpm.integration.console.graph.GraphViewerPluginImpl has already 
initialised kbase variable and within its method getDiagramInfo() ,the kbase 
does not return the new bpmn diagram containing the new node. Everything else 
works fine as it is normally updated, except the kbase of this class. If it 
doesn't happen to anyone else then it's maybe my configs and i apologise.

However if this is the case one possible solution would be to make kbase=null 
and call getDiagramInfo() after having checked first the bpmn file as is and 
before throwing the exception i.e. right before line 93 of method 
getActiveNodeInfo() where the check if (!found) {....} 
Any other ideas??

Thanks
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/622889#622889]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to