02-25-2011 07:39 AM
02-25-2011 07:43 AM
02-25-2011 08:34 AM
Maybe these will help:
http://forums.activiti.org/en/viewtopic.php?f=9&t=1174&p=4848&hilit=authentication#p4848
http://forums.activiti.org/en/viewtopic.php?f=6&t=618&hilit=authentication
http://forums.activiti.org/en/viewtopic.php?f=6&t=139&p=513&hilit=authentication#p513
Tom.
02-28-2011 03:20 AM
configuration.getSessionFactories().put(IdentitySession.class, springSecurityIdentitySession);
02-28-2011 07:24 PM
No need to extend the ProcessEngineFactoryBean, just add a session factory to the ProcessEngineConfiguration. e.g.configuration.getSessionFactories().put(IdentitySession.class, springSecurityIdentitySession);
03-02-2011 04:19 PM
03-03-2011 03:29 AM
org.springframework.beans.factory.InitializingBean
and then do this in afterPropertiesSet:
public void afterPropertiesSet() throws Exception {
configuration.getSessionFactories().put(getSessionType(), this);
}
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.