Malformed HQL query in ExecutionContextImpl
Status: Beta
Brought to you by:
pbolle
Hi!
Version 0.8.8.1
In ExecutionContextImpl there is a query named queryFindTransitionByName. The query is as the following:
"select t
from t in class NetBpm.Workflow.Definition.Impl.TransitionImpl
s in class NetBpm.Workflow.Definition.Impl.StateImpl
where t.From = s.id and
t.Name = ? and
s.id = ?
In this query the t.From is wrong. t.From.Id would be the right choice.
By,
Zsolt Világos