[jboss-user] [JBoss jBPM] - Re: JobExecutor, maxLockTime, and the LockMonitorThread: Wha

2007-09-14 Thread estaub
JobExecutor.start() creates a new instance of LockMonitorThread. But I can't find where that thread is ever started. Ditto. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084396#4084396 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JobExecutor, maxLockTime, and the LockMonitorThread: Wha

2007-09-14 Thread kukeltje
but IS it started? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084431#4084431 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084431 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JobExecutor, maxLockTime, and the LockMonitorThread: Wha

2007-09-14 Thread jeffj55374
anonymous wrote : but IS it started? Nope. I ran our application in the Eclipse debugger and did not see any reference to LockMonitorThread. I also generated a thread dump of our application, LockMonitorThread does not appear there either. (The dump file is 1800+ lines, I can email it to

[jboss-user] [JBoss jBPM] - Re: JobExecutor, maxLockTime, and the LockMonitorThread: Wha

2007-09-13 Thread kukeltje
anonymous wrote : Question: If the execute method on the Node completes w/o error and did its job and moved on to the next node, why does it make sense to rollback the process instance? Isn't this the same as transactiontimeouts work in j2ee? Roling back something that just took to long but