[jboss-user] [JBoss Seam] - Re: problem persisiting a processInstance save the transient

juangiovanolli do-not-reply at jboss.com
Thu Jan 11 17:06:11 EST 2007


i 'm not doing nothing abnormal.

i'm executing manually a processInstance, you know:


  | ProcessInstance pi = new ProcessInstance(PROCESS_DEFINITION);
  | Token t = pi.getRootToken();
  | t.signal();
  | t.signal();
  | t.signal();
  | ...
  | 

as you can see, nothing abnormal. the problem is that when ends the last signal(). this is the moment when the problem appears.
seems like the problem was when seam try to persist the last task instance. i don't know what's happening

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

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



More information about the jboss-user mailing list