I encountered the following exception when i used bpmContext.getGroupTaskList 
api. It seems that couldn't find hibernate.queries.hbm.xml. jbpm-3.1.jar is in 
the lib directory in jboss.


Caused by: org.jbpm.JbpmException: couldn't get pooled task instances list for 
actors '[AdsOperator, BusinessUser, WFUsers]'
        at 
org.jbpm.db.TaskMgmtSession.findPooledTaskInstances(TaskMgmtSession.java:122)
        at org.jbpm.JbpmContext.getGroupTaskList(JbpmContext.java:196)
        at 
com.wxxr.workflow.jbpm.JbpmEngine.getWorklistOfUser(JbpmEngine.java:468)
        at com.wxxr.workflow.jbpm.JbpmEngine.getMyWorkList(JbpmEngine.java:444)
        ... 120 more
Caused by: org.hibernate.MappingException: Named query not known: 
TaskMgmtSession.findPooledTaskInstancesByActorIds
        at 
org.hibernate.impl.AbstractSessionImpl.getNamedQuery(AbstractSessionImpl.java:34)
        at 
org.jbpm.db.TaskMgmtSession.findPooledTaskInstances(TaskMgmtSession.java:116)
        ... 123 more

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934258#3934258

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934258


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to