You are correct. There was a query substitution in our hibernate mapping file.
This is not a jBPM problem.
Thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935614#3935614
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Found a workaround
We have process instance (process instance id) so we can also use API:
Collection taskCollection =
processInstance.getTaskMgmtInstance().getTaskInstances();
Then look for the given Actor Id.
We don't have many Task Nodes so this should not cause any performance problem.
Looks
Using 3.1, DB2 8.x
I created an assignment handler and assigned a task to the user "guest" using
Assignable.setActorId("guest") method. This creates a task instance in
JBPM_TASKINSTANCE with ACTORID_ as guest. This thorws following warning:
13:15:06,068 [main] WARN StatefulPersistenceContext :
I am getting the same error. Has anyone found a workaround with JDK 1.4.2?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925948#3925948
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925948
---