-
1. Re: TaskNode override
Sergey Sachkov Jan 13, 2009 9:32 AM (in response to Sergey Sachkov)Hi, Can anyone give me any link where I can find solution to the chalenge above? As all that I found is how to override TaskInstanse and not Task Node and I need Task Node override due to system archetecture.
Thank you. -
2. Re: TaskNode override
Ronald van Kuijk Jan 13, 2009 6:48 PM (in response to Sergey Sachkov)Are there not by accident duplicate files on the classpath with different content?
-
3. Re: TaskNode override
Sergey Sachkov Jan 14, 2009 3:39 AM (in response to Sergey Sachkov)I think not, I've solved the problem by creating the package with the same name as is in jbpm jar org.jbpm.graph.node and putting node.type.xml there, initially it was in another package . And it works now, but then another issue came, I need to add attribute "type" to node and as I understand I need somehow to override default parser. It would be great if anyone could descibe the solution if exsists.
Thank you very much. -
4. Re: TaskNode override
Ronald van Kuijk Jan 14, 2009 6:41 AM (in response to Sergey Sachkov)what I personally do is just add the info to the processdedfinition and not customize anything. Runtime I read the proceessdefinition from the database and parse it into a org.w3c.Document and read the additional info. that is what you could also do