I'm trying to use GRAILS's pre-configured Hibernate session factory to create the
ProcessEngine instance.
processEngine = new Configuration().setHibernateSessionFactory(grailsSessionFactory)
... this seems to work ... and the processEngine is not null. However, when I do:
repositoryService = processEngine.getRepositoryService()
then the reposirotyService is null. Has anyone ever managed to correctly use the
.setHibernateSessionFactory() method?
Etienne
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269208#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...