SOLUTION HERE:
http://jira.jboss.com/jira/browse/JBPM-1022?actionOrder=asc
Read Sebastian's comment:
I might be wrong,
but isn't it possible to easily fix it by changing the line in tasks.xhtml :
<j4j:listTasks includeEnded="true" target="#{tasks}"/>
by this one:
<j4j:listTasksForActor actorId="#{request.remoteUser}"
target="#{tasks}"/>
?
I tried this and it's work!
Thank to all!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152141#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...