]
Alexis Seigneurin closed JBPM-2285.
-----------------------------------
Resolution: Done
Entered it twice: #JBPM-2284.
Searching processes by their name does not work
-----------------------------------------------
Key: JBPM-2285
URL:
https://jira.jboss.org/jira/browse/JBPM-2285
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 4.0.0.Beta2
Reporter: Alexis Seigneurin
Searching processes by their name does not work. This is because the "nameLike"
property is used instead of the "name" property in the
ProcessDefinitionQueryImpl class:
if (nameLike!=null) {
appendWhereClause("idProperty.objectName like '"+nameLike+"'
", hql);
}
if (name!=null) {
appendWhereClause("idProperty.objectName = '"+nameLike+"'
", hql);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: