[jboss-jira] [JBoss JIRA] Closed: (JBPM-852) setPooledActors in AssignmentHandler doesn't work

Tom Baeyens (JIRA) jira-events at lists.jboss.org
Wed Mar 28 03:14:06 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBPM-852?page=all ]

Tom Baeyens closed JBPM-852.
----------------------------

    Resolution: Cannot Reproduce Bug

works for me.  need more info if you want to get this fixed.  add at least a stack trace and better description of the problem.  if you have a fix, that would be appreciated as well.

> setPooledActors in AssignmentHandler doesn't work
> -------------------------------------------------
>
>                 Key: JBPM-852
>                 URL: http://jira.jboss.com/jira/browse/JBPM-852
>             Project: JBoss jBPM
>          Issue Type: Bug
>          Components: Core Engine
>    Affects Versions: jBPM 3.1.4
>         Environment: windows,  jbpm-starters-kit-3.1.4
>            Reporter: Diego Tobaldi
>         Assigned To: Tom Baeyens
>
> I'd implemented  an AssignmentHandler and can´t  to assign a task to several users. Example:
> public class TestAssignmentHandler implements AssignmentHandler {
> 	public void assign(Assignable assignable, ExecutionContext executionContext) throws Exception {
> 		
> 		String[] actors= new String[]{"bert", "ernie"};
> 		assignable.setActorId(null);
> 		assignable.setPooledActors(actors);
> 		
> 		    
> 	}
> 	
> 	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the jboss-jira mailing list