[jboss-user] [JBoss jBPM] - Re: Add an ActionHandler to a Transition.

2007-03-04 Thread barjak
I'm sorry, some xml tags disapeared. Here they are : | ... | | | | | | ... | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024953#4024953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss jBPM] - Add an ActionHandler to a Transition.

2007-03-04 Thread barjak
Hello, I'm using Jbpm 3.1.2 In the Jbpm manual, it is explained in part 9.5 how to attach an ActionHandler to a Transition, in the processdefinition.xml file. The example is as follow : public class RemoveEmployeeUpdate implements ActionHandler { ... } ... ... What I'm tryi