HistoryActivityInstanceQueryImpl references wrong property for processDefinitionId
----------------------------------------------------------------------------------
Key: JBPM-2649
URL:
https://jira.jboss.org/jira/browse/JBPM-2649
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: jBPM 4.0, jBPM 4.1, jBPM 4.2
Reporter: Bryce Harward
Calling HistoryActivityInstanceQuery.processDefinitionId(processDefinitionId) results in a
Hibernate exception. Looking at the source, the HQL in HistoryActivityInstanceQueryImpl is
incorrect.
HistoryActivityInstanceQueryImpl line 57 (jbpm 4.2):
appendWhereClause(" hai.historyActivityInstance.processDefinitionId =
'"+processDefinitionId+"' ", hql);
should read:
appendWhereClause(" hai.historyProcessInstance.processDefinitionId =
'"+processDefinitionId+"' ", hql);
--
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