I'm having the same problem when assigning a task to a group.. I created a group in the identity component (identity.db.xml), along with the users and memberships anonymous wrote : < group name="administrationOD" type="administration_generale"/> | < membership name="administration" role="administration" user="laurence" group="administrationOD"/> | < membership name="comptabilite" role="comptabilite" user="violaine" group="administrationOD"/> here are the users anonymous wrote : < user name="violaine" email="[EMAIL PROTECTED]" password="violaine" /> | < user name="laurence" email="[EMAIL PROTECTED]" password="laurence" />
And all these appear in the database.. so no problem until here.. The problem is when i assign a swimlane to a group: anonymous wrote : < swimlane name="administration"> | < assignment expression="group(administrationOD)">< /assignment> | < /swimlane> So in this group, there is supposed to be 2 users : Violaine and Laurence But when i deploy the process definition (.par) , i start a process instance (with the Laurence login), the task only appears to Laurence, and isn't even mentionned in Violaine's tasklist. Maybe someone could clarify this to me: if I assign a swimlane to a group, aren't all the members of the group supposed to see the task instance created (by a member of the same group) ?? I checked the database and the pooledActor table is empty, as well as the taskActorPool table. I just checked the JBPM_delegation table and here is what i found in it: anonymous wrote : CLASSNAME_ org.jbpm.identity.assignment.ExpressionAssignmentHandler | CONFIGURATION_ < expression>group(administrationOD)< /expression> Any ideas? Thanks for the help, Mennen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923553#3923553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923553 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
