[JBoss-user] [JBoss jBPM] - Re: jbpm performance with sybase

2006-03-20 Thread desperate_USER
"[EMAIL PROTECTED]" wrote : Btw, may I ask you not to crosspost your problems. You had already an answer in a different thread. If we spend our time answering the same question in different threads, this means that other users don't get a chance of a response for their questions. | | Thanks

[JBoss-user] [JBoss jBPM] - Re: problem with getTaskInstances()

2006-03-16 Thread desperate_USER
With hypersonic there is no problem. I'm going to try the profiling. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930806#3930806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930806

[JBoss-user] [JBoss jBPM] - problem with getTaskInstances()

2006-03-15 Thread desperate_USER
Hi. I'm new at usign jbpm with sybase and I would like to know why it takes 7 seconds to perform this code lines: ProcessInstance instance = session.getGraphSession().loadProcessInstance(processID); Iterator tmpT = instance.getTaskMgmtInstance().getTaskInstances().iterator(); I only get 20 elem

[JBoss-user] [JBoss jBPM] - Re: jbpm performance with sybase

2006-03-15 Thread desperate_USER
Hi. I'm new at usign jbpm with sybase and I would like to know why it takes 7 seconds to perform this code lines: ProcessInstance instance = session.getGraphSession().loadProcessInstance(processID); Iterator tmpT = instance.getTaskMgmtInstance().getTaskInstances().iterator(); I only get 20 elem