[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-04-06 Thread sps100
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

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-04-05 Thread sps100
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

[JBoss-user] [JBoss jBPM] - TaskAssignment works but findTaskInstances fails

2006-04-05 Thread sps100
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 :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: annoying thing about fibo tutorial

2006-02-23 Thread sps100
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 ---