12-07-2010 06:18 AM
12-08-2010 03:34 AM
12-08-2010 07:06 AM
12-09-2010 02:17 PM
12-13-2010 04:00 AM
12-21-2010 08:46 AM
ProcessEngineConfiguration processEngineConfiguration =
ProcessEngineConfiguration.createProcessEngineConfigurationFromResourceDefault();
List<SessionFactory> customSessionFactories = new ArrayList<SessionFactory>();
customSessionFactories.add(new MyIdentitySessionFactory());
((ProcessEngineConfigurationImpl)processEngineConfiguration).
setCustomSessionFactories(customSessionFactories);
engine = processEngineConfiguration.buildProcessEngine();
And here comes my question. If ProcessEngineConfigurationImpl uses DbIdentitySessionFactory as one of its session factories, and I add a custom session factory for another IdentitySession, how do I tell the engine that use MyIdentitySession and not DbIdentitySession when it needs it?.12-21-2010 09:13 AM
12-23-2010 10:21 AM
12-23-2010 04:42 PM
12-24-2010 04:51 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.