Problem:

In 11g it was recommended to tune the following in concert to extend BPEL timeouts (in addition to the SyncMaxWaitTime and JTA timeout):

BPELActivityManagerBean
BPELDeliveryBean
BPELDispatcherBean
BPELEngineBean
BPELFinderBean
BPELInstanceManagerBean
BPELProcessManagerBean
BPELSensorValuesBean
BPELServerManagerBean

In 12c there are 4 additional EJBs:

BPELCacheRegistryBean
BPELCacheStoreBean
BPELClusterBean
BPELKeyGeneratorBean

Do they need to be tuned as well?


Resolution:

No, it is not necessary to increase the timeout values for the new beans in sync with the old ones


0 Comments