[jboss-user] [JBoss jBPM] - Re: swimlane user assigment seems to doesn't work
antitrust1982
do-not-reply at jboss.com
Tue Aug 22 03:14:37 EDT 2006
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 at 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#3966600
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966600
More information about the jboss-user
mailing list