12-14-2012 06:14 AM
<property name="customPostBPMNParseListeners">
<list>
<bean class="org.handler.ParseListener"></bean>
</list>
</property>
01-10-2013 10:29 AM
01-14-2013 04:04 AM
I don't see any other customizations in your app-context.xml file. Are you sure there is NO activiti.cfg.xml on your class path somewhere?
Because it *could* be that the wrong default-process-engine has been initialized BEFORE, so the one that your spring-context fires up, is not registered as default. All explorer-app code uses ProcessEngines.getDefaultProcessEngine() to obtain a process-engine.
So the presence of a activiti.cfg.xml-file will cause that engine to be used, while all other parts (UI, …) are taken from spring.
01-15-2013 04:12 AM
for (Iterator<URL> iterator = configUrls.iterator(); iterator.hasNext():smileywink: {
URL resource = iterator.next();
log.info("Initializing process engine using configuration '{}'", resource.toString());
initProcessEnginFromResource(resource);
}
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.