[jboss-jira] [JBoss JIRA] Commented: (JBRULES-2733) Groupassignment doesn't work in the gwt console
Csaba Vizsnyai (JIRA)
jira-events at lists.jboss.org
Thu Oct 14 10:01:40 EDT 2010
[ https://jira.jboss.org/browse/JBRULES-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557078#action_12557078 ]
Csaba Vizsnyai commented on JBRULES-2733:
-----------------------------------------
I forgot the eclipse plugin, which I've modified it, because groupId parameter was missing for the HumanTask node.
I've attached the modified plugin (5.1.0 version and 5.1.1 version too)
> Groupassignment doesn't work in the gwt console
> -----------------------------------------------
>
> Key: JBRULES-2733
> URL: https://jira.jboss.org/browse/JBRULES-2733
> Project: Drools
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Components: drools-process
> Affects Versions: 5.1.0.FINAL
> Reporter: Csaba Vizsnyai
> Assignee: Mark Proctor
> Attachments: drools_gwt_console.patch
>
>
> Groupassignment doesn't work in the GWT-console, because handle of the groupassignment is missing from source. I visited this problem and I found that GWT-console always call the getTasksAssignedAsPotentialOwner(idRef, "en-UK", responseHandler) function without groupIds (in DroolsFlowTaskManagement.java).
> So I never get task list of the groups.
> I fixed this problem. If I start the jboss server with ant (drools installer created the install directory, where I can use ant for starting system) under install directory, then my solution will read the roles.properties file and store the user's role in hashmap.
> The modified function call is look like:
> getTasksAssignedAsPotentialOwner(idRef, Arrays.asList(groupListMap.get(idRef).split(",")), "en-UK", responseHandler)
> This solution only work with roles.properties file, which contains all user's roles.
> I've attached the patch.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list