Hide Forgot
project_key: SOA While profiling the users system found that the methods org.jbpm.job.executor.JobExecutorThread.getWaitPeriod(int) and org.jbpm.job.executor.JobExecutorThread.getNextDueDate() are taking 2.58 seconds to run. This is true even though the client is not using JBPM and has nothing added to the database. It appears to be do to a lack of an index on the query. Since they don't use JBPM in this implementation of ESB we are just taking it out.
Link: Added: This issue Cloned from SOA-1581
Link: Added: This issue relates to JBPM-3235
Fixed in jBPM 3.2.11.
Link: Added: This issue is related to SOA-1581
SOA 5.2.0 now includes jBPM 3.2.11.
Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/SOA-3214 While profiling thesystem, users found that the org.jbpm.job.executor.JobExecutorThread.getWaitPeriod(int) and org.jbpm.job.executor.JobExecutorThread.getNextDueDate() methods were taking 2.58 seconds to run. This was due to the lack of an index on the query. This code has been fixed in the latest version of JBPM and, as a result, the methods now run more quickly.
Verified in ER4
Link: Added: This issue relates to SOA-3465