Does the jbpm session factory need its own, exclusive Hibernate session factory, or is it possible to reuse an existing session factory?
I'm currently reusing an existing hibernate session factory (the same singleton from the Spring Context) and strange things are happening while transaction synchronization is active.
Kind regards
Juergen


