[jboss-user] [JBoss jBPM] - Re: Checking for RuntimeActions in GraphElement

2006-12-19 Thread RAlfoeldi
Filed Jira issue http://jira.jboss.com/jira/browse/JBPM-813 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994934#3994934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3994934 ___

[jboss-user] [JBoss jBPM] - Re: pondering over jboss/jBPM (need advice)

2006-12-07 Thread RAlfoeldi
Hi Dklio, 1) If you're on JBoss build a MDB and let that start your process - maybe storing your document before. 2) If you use a MDB you will by default be load balancing. Every MDB has one thread and processes one message at at time. Configure 5 MDBs, you get 5 threads. Add 4 Servers and you

[jboss-user] [JBoss jBPM] - Re: Java 5 dependency a problem for Web Console ?

2006-12-06 Thread RAlfoeldi
Hi Tom, I don't know any big company (or app server other than JBoss maybe?) that isn't behind the newest JVM by at least 2-3 years. The company I'm working for right now is DICUSSING moving TO JVM 1.4.2 (jBPM being one of the reasons to do so). I'm not sure if we will need the WebConsole in

[jboss-user] [JBoss jBPM] - Checking for RuntimeActions in GraphElement

2006-11-30 Thread RAlfoeldi
Hi everybody, I'm back at hacking a jBPM App and I've just run into my favorite topic: Is it possible that the | GraphElement | | List getRuntimeActionsForEvent(ExecutionContext executionContext, String eventType) { | List runtimeActionsForEvent = null; | List

[jboss-user] [JBoss jBPM] - Re: JBPM performance - is it really so slow?

2006-11-30 Thread RAlfoeldi
Hi Jackar, I can't quite believe either of the values you mentioned. 1 Mio processes in 8 secs? That would amount to 0.008 ms per ProcessInstance. With DB Access? On the other hand your 7 sec. values sounds like something else is wrong. jBPM itself definately isn't slow. The last app I built