StackOverflowError in HistoryActivityInstanceQueryImpl
------------------------------------------------------
Key: JBPM-2222
URL:
https://jira.jboss.org/jira/browse/JBPM-2222
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.0.0.Beta1
Reporter: Andreas Bieberbach
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.
--
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