[jboss-dev-forums] [Design of JBoss jBPM] - Re: Create a custom Node in Graphical Designer

pgros do-not-reply at jboss.com
Wed Nov 26 08:33:44 EST 2008


found out this steps are needed, too

in "designer\jpdl\org.jbpm.gd.jpdl\src\org\jbpm\gd\jpdl\xml\ProcessDefinitionDomAdapter.java"

add lines in 2 functions

NODE_TYPES.put("textoutput", "node-element");

and
} else if ("textoutput".equals(type)) {
processDefinition.addNodeElement((AbstractNode)jpdlElement);


Delete
C:\eclipse\configuration\org.eclipse.core.runtime\.mainData.1
because it contains a copy of "plugin.xml" so the  edited one is not loaded


... now everything works fine

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192459



More information about the jboss-dev-forums mailing list