]
Joram Barrez updated JBPM-2649:
-------------------------------
Fix Version/s: jBPM 4.3
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.2, jBPM 4.1, jBPM 4.0
Reporter: Bryce Harward
Assignee: Joram Barrez
Fix For: jBPM 4.3
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: