This content has been marked as final. 
    
Show                 5 replies
    
- 
        
1. Re: event type="assigned" doesn't fire
aroeder Aug 24, 2009 2:46 AM (in response to aroeder)I rechecked it again: I'm using jBPM 3.3.1 not JBPM 3.2.2. Sorry!
 - 
        
2. Re: event type=
kukeltje Aug 24, 2009 3:26 AM (in response to aroeder)what if you set the actor explicitly instead of via the start method?
 - 
        
3. Re: event type="task-assign" doesn't fire
aroeder Aug 24, 2009 3:53 AM (in response to aroeder)I found the solution, it has to be:
<event type="task-assign"> <action class="de.firstdata.jbpm.action.LogTimesAction"/> </event>
The jpdl designer created a name instead of a class attribute. Now it works. - 
        
4. Re: event type=
kukeltje Aug 24, 2009 9:58 AM (in response to aroeder)hmm... I think you filled out the name attribute instead of the class attribute ;-). The GPD does not fill in anything afaik.
 - 
        
5. Re: event type=
aroeder Aug 28, 2009 3:47 AM (in response to aroeder)You were right. I was mistaken. Sorry!