[
https://jira.jboss.org/jira/browse/JBPM-2088?page=com.atlassian.jira.plug...
]
Alejandro Guizar updated JBPM-2088:
-----------------------------------
Attachment: jbpm-console-process-tasks.png
I followed the steps to reproduce with jBPM 3.2.5.SP3 and JBoss 4.2.3.GA. I was unable to
reproduce. See attached screenshot.
The exception is quite weird. The offending query is:
select [...]
from JBPM_TASKINSTANCE taskinstan0_
inner join JBPM_PROCESSINSTANCE processins1_
on taskinstan0_.PROCINST_=processins1_.ID_
where processins1_.PROCESSDEFINITION_=?
and the exception message is:
org.postgresql.util.PSQLException: No value specified for parameter 2.
but there is no parameter 2 in that query!
The list of tasks for process cannot be obtained
------------------------------------------------
Key: JBPM-2088
URL:
https://jira.jboss.org/jira/browse/JBPM-2088
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Console
Affects Versions: jBPM-3.2.5.SP2
Environment: SOA-P 4.3 CP01 CR3
Reporter: Jiri Pechanec
Assignee: Alejandro Guizar
Priority: Blocker
Fix For: jBPM-3.2.5.SP3
Attachments: jbpm-console-process-tasks.png, tasks.log.gz
Select the process and click on tasks (URL
http://localhost:8080/jbpm-console/app/procdef.jsf?id=1&view=task)
The result is an exception
Error loading task list: An exception of type
"org.hibernate.exception.DataException" was thrown. The message is: could not
execute query
From log
Error loading task list: An exception of type
"org.hibernate.exception.DataException" was thrown. The message is: could not
execute query
Will reproduce with higher log level
--
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