[jboss-user] [JBoss jBPM] - Possible to restart a ProcessInstance

2007-09-06 Thread justin.zhou
For an existing ProcessInstance, is it possible to restart it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4081736#4081736 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4081736

[jboss-user] [JBoss jBPM] - Re: Possible to restart a ProcessInstance

2007-09-06 Thread justin.zhou
That is not so convenient, but I can live with it. A new instance may be a safer and cleaner way to do it. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4081815#4081815 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Stale state problem kills process instance?

2007-07-30 Thread justin.zhou
I have the similar problem with hibernate323, jbpm321, jboss420. anonymous wrote : 2007-07-30 23:14:20,714 5742606 ERROR [com.rrd.pmt.workflow.service.Task] (pool-6-thread-1:) | org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value

[jboss-user] [JBoss jBPM] - flexible timers

2007-07-05 Thread justin.zhou
What it takes to have more flexible timers to do something beyond the simple repeat times and interval. Say, I want the timer execution interval changed with retry times. With current enterprise approach, the only thing I can see is to dynamically cancel and create the new timers. Can we do

[jboss-user] [JBoss jBPM] - Re: How to download souce code in jbpm-console.war web part?

2007-06-25 Thread justin.zhou
Hi Ronald, I searched both jboss.com and jboss.org. All lead me back to http://labs.jboss.com/jbossjbpm/downloads, which goes to source forge. What does STTF mean? Can you post a link to the cvs page? Thanks, Justin View the original post :

[jboss-user] [JBoss jBPM] - Re: How to download souce code in jbpm-console.war web part?

2007-06-25 Thread justin.zhou
Ok, my fault. Thought reading the user doc should be enough. Thanks for the reply. Justin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057421#4057421 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057421

[jboss-user] [JBoss jBPM] - Timers get cancelled in TimerServiceBean.ejbTimeout even Run

2007-06-23 Thread justin.zhou
Hi, In a processdef, one fork leads to several states, each state has a timer attached. The idea is to do concurrent async executions through the TimerServiceBean. However, get exceptions, when those states changing to join node. anonymous wrote : Caused by:

[jboss-user] [JBoss jBPM] - Re: Timers get cancelled in TimerServiceBean.ejbTimeout even

2007-06-23 Thread justin.zhou
jbpm.cfg.xml jbpm-context | service name=persistence factory=org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory | field name=sessionFactoryJndiName | string value=java:/WorkflowSessionFactory / | /field | field name=isCurrentSessionEnabledtrue //field

[jboss-user] [JBoss jBPM] - Re: Timers get cancelled in TimerServiceBean.ejbTimeout even

2007-06-23 Thread justin.zhou
Ok, found the problem. TimerService.add() does not have interval, so only one execution suppose to run. Made a small patch, works fine now. Still, the concurrent execption is really ugly. Will try tree cache to see if any difference. View the original post :

[jboss-user] [JBoss jBPM] - Re: How to download souce code in jbpm-console.war web part?

2007-06-22 Thread justin.zhou
I have the same problem. I have jbpm-jpdl-3.2.1.GA, which does not have the source code for jbpm-console.war. So I went to sourceforge and downloaded everything from HEAD - jbpm.bpel ldap4jbpm jbpm.db lightning jbpm.dist mvc4j jbpm.gop new.console experiments jbpm.ide svc4j jbpm.2 jbpm.web