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-14-2013 08:37 PM
11-15-2013 07:09 AM
11-15-2013 08:47 AM
02-20-2014 09:28 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.