Hi,
With some system.out() I have identify the line where I have my problem:
| SwimlaneInstance swi = pi.getTaskMgmtInstance().getInitializedSwimlaneInstance(new
ExecutionContext(pi.getRootToken()), swimlane);
So I tested each element of the varaible that I put in:
- System.out.println("ID porcess "+pi.toString()); ---> ID porcess
org.jbpm.graph.exe.ProcessInstance@100c776
- System.out.println(pi.getRootToken().toString()); ----> Token(/)
- System.out.println(pi.getRootToken().getName()); ----> null
I have an error in? because the error is in this line but I don't understand how
resolve it.
the error is the same than before:
07:07:35,538 ERROR [com.opensymphony.webwork.portlet.dispatcher.Jsr168Dispatcher] Could
not execute action
| org.jbpm.graph.def.DelegationException
| ...
| Caused by: org.jbpm.identity.assignment.ExpressionAssignmentException: user
'ernie' couldn't be fetched from the user db
| ...
I have an error of database? How can resolve it?
Thank you for your help.
antitrust1982
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966600#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...