[
https://jira.jboss.org/jira/browse/JBPM-445?page=com.atlassian.jira.plugi...
]
Gregory KISLING commented on JBPM-445:
--------------------------------------
I confirm this issue is not solve. (in 3.2.3 version neither)
Is there any intention of reopen this issue ?
Thanks, Greg.
getActorId in ProcessLog broken
-------------------------------
Key: JBPM-445
URL:
https://jira.jboss.org/jira/browse/JBPM-445
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM 3.0.1, jBPM 3.0.2, jBPM 3.1.0
Reporter: michael lawley
Assignee: Tom Baeyens
ProcessLog.getActorId() always delegates to its parent (if any) and the comment says that
getActorId is overridden in AuthenticationLog. However there is no AuthenticationLog and
there is no subclass of ProcessLog that overrides getActorId so this method _always_
returns null.
Perhaps a better approach would be to grav the actorId using
Authentication.getAuthenticatedActorId(); in the ProcessLog constructor. Naturally this
would require adding a new instance variable to ProcessLog.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira