this.hibernateConfiguration = hibernateConfiguration;
}
public void afterPropertiesSet() throws Exception {
if (this.hibernateConfiguration == null) {
throw new FatalBeanException("Property [hibernateConfiguration] of ["
+ LocalJbpmSessionFactoryBean.class
+ "] is required.");
}
if (this.hibernateSessionFactory == null) {
throw new FatalBeanException("Property [hibernateSessionFactory] of ["
+ LocalJbpmSessionFactoryBean.class
+ "] is required.");
}
this.sessionFactory = new SpringJbpmSessionFactory(this.hibernateConfiguration,