11-06-2013 09:09 AM
DeploymentManagerresolveProcessDefinition(ProcessDefinitionEntity)
heavily relays on cache. We tried with an analog of org.activiti.standalone.deploy.CustomDeploymentCache
but in our test with a single definition the changes in the JavaDelegates were not reflected (until engine restart). The test result draws this solution as at least unreliable - we can not guarantee that instances of other process definitions will be served in order to force the cache update;ReflectUtil.getCustomClassLoader()
returns the result of processEngineConfiguration.getClassLoader()
which always provides the same object?!DefaultDeploymentCache
states "keep everything in memory, unless a limit is set".ClassDelegate.execute(ActivityExecution)
and ClassDelegate.signal(ActivityExecution)
to always call getActivityBehaviorInstance(execution)
;11-06-2013 09:15 AM
11-06-2013 09:53 AM
11-07-2013 04:07 AM
11-07-2013 07:39 AM
11-13-2013 06:15 AM
11-13-2013 08:19 AM
11-13-2013 04:17 PM
11-14-2013 07:58 AM
02-19-2014 06:20 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.