Menu

#3 Malformed HQL query in ExecutionContextImpl

open
nobody
None
5
2008-05-26
2008-05-26
Anonymous
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.