[jboss-jira] [JBoss JIRA] Created: (JBPM-788) [Identity component] ExpressionAssigmentHandler assigning group to pooled actors assigns group name not actors

Luk Zdobylak (JIRA) jira-events at jboss.com
Wed Nov 29 04:08:55 EST 2006


[Identity component] ExpressionAssigmentHandler assigning group to pooled actors assigns group name not actors
--------------------------------------------------------------------------------------------------------------

                 Key: JBPM-788
                 URL: http://jira.jboss.com/jira/browse/JBPM-788
             Project: JBoss jBPM
          Issue Type: Bug
          Components: Core Engine
            Reporter: Luk Zdobylak
         Assigned To: Tom Baeyens


FIle ExpressionAssigmentHandler.java
from package org.jbpm.identity.assignment 
lines from 91-94 
} else if (entity instanceof Group) {
        // put the group in the pool
        assignable.setPooledActors(new String []{entity.getName()});
}

It seems that in line :         assignable.setPooledActors(new String []{entity.getName()});
should be put not entity name but there should be code that retreives all actors assigned to group and prepares String[] array of their ids.

-- 
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