[JBoss JIRA] Created: (JBPM-2577) QuerySyntaxException in HistoryService
by Jörg Prim (JIRA)
QuerySyntaxException in HistoryService
--------------------------------------
Key: JBPM-2577
URL: https://jira.jboss.org/jira/browse/JBPM-2577
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.1
Environment: JBoss 4.2.3, HSQLDB, jBPM 4.1
Reporter: Jörg Prim
HistoryDetailQuery uses internal dbid for processInstanceId(java.lang.String processInstanceId) hsql queries.
If you use the (String) processInstanceId it results in a org.hibernate.hql.ast.QuerySyntaxException: unexpected token: .1 near line 1, column 130 [select hd
from org.jbpm.pvm.internal.history.model.HistoryDetailImpl as hd where hd.historyActivityInstance.d
bid = StateWorkflow.1 ]
Detail see forum.
--
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
15 years