-
Bug
-
Resolution: Done
-
Major
-
jBPM 4.0.0.Beta1
-
None
StackOverflowError in HistoryActivityInstanceQueryImpl.java at line 89
The statement in line 89:
return hql().toString();
should be:
return hql.toString();
because the content of the stringbuffer (variable name "hql") is the return value
Thank you.