[jboss-user] [JBoss jBPM] - Re: <URGENT> I need your help desperate: How to stop jbpm pr

kukeltje do-not-reply at jboss.com
Wed Oct 1 21:49:40 EDT 2008


kill -9 `grep jbpm`

Seriously, it does not sound like a jBPM problem at all... 

Nevertheless, you should not have a processinstance running that long and using your own threads. Use jBPM Async functionality for long running actions. But then, if that specific code runs to long, you have the same problem. Unless you use e.g. semaphores (make your actions monitor something continously or some build in some listeners and stop if that situation arises). Again, nothing jBPM specific here


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

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



More information about the jboss-user mailing list