[jboss-user] [JBoss jBPM] - new nodes

2007-11-15 Thread sequencer
hi everyone! i'm doing my master thesis on jbpm. at the moment i need to develop my own node types. i have already changed some of the jbpm nodes, that worked fine. but now i need a new node. looking in the source and debugging i found out that in my case the only problem is that new node doesn

[jboss-user] [JBoss jBPM] - Re: hwo to create and register own Node to jbpm ?

2007-11-15 Thread sequencer
hi there, if you just want to exchange a node you could just use the node.types.xml and copies of the class and the hbm.xml of the node. you change the class and hbm.xml and tell jbpm in the node.types.xml that it should use your implementation. i am at the moment trying to register a new node