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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...