[jbpm-users] BRMS - Bug 6.0.0.Final - SynchronizedTaskService.java

Maciej Swiderski mswiders at redhat.com
Sat Dec 14 07:08:10 EST 2013


Hi,

thanks for reporting that, I’ll fix it.

Maciej
On 13 gru 2013, at 20:16, Ezequiel Schneider Santana <esantana at mprs.mp.br> wrote:

> 
> Hello, 
> 
> The method getTasksAssignedAsPotentialOwner on the class  SynchronizedTaskService.java is calling the wrong method getTasksAssignedAsExcludedOwner.
> 
> https://github.com/droolsjbpm/jbpm/blob/master/jbpm-runtime-manager/src/main/java/org/jbpm/runtime/manager/impl/task/SynchronizedTaskService.java
> 
>     @Override
>     public List<TaskSummary> getTasksAssignedAsPotentialOwner(String userId,
>             List<String> groupIds, String language) {
>         synchronized (ksession) {
>             return  taskService.getTasksAssignedAsExcludedOwner(userId, language);
>         }
>     }
> 
> 
> Best regards, 
> 
> 
> -- 
> 
> Ezequiel Schneider Santana
> 
> 
> 
> _______________________________________________
> jbpm-users mailing list
> jbpm-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbpm-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jbpm-users/attachments/20131214/afe13062/attachment-0001.html 


More information about the jbpm-users mailing list