[
https://jira.jboss.org/jira/browse/JBPM-2222?page=com.atlassian.jira.plug...
]
Tom Baeyens resolved JBPM-2222.
-------------------------------
Fix Version/s: jBPM 4.0.0.Beta2
Resolution: Done
Assignee: Tom Baeyens
Thanks! Will be fixed in the beta 2 released early next week.
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
Assignee: Tom Baeyens
Fix For: jBPM 4.0.0.Beta2
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