I am having the same issue with jBPM 3.1.1. I looked at the JBPM-297 (http://jira.jboss.com/jira/browse/JBPM-297) and wasn't sure if this was implemented yet or how to use it.
The issue is that DbPersistenceService.openSession() calls SessionFactory.openSession() directly. It could instead try SessionFactory.getCurrentSession() first, as that would delegate to Hibernate's standard pluggable mechanism for binding a current threadlocal session. This would also work with Spring transaction management. -- Bill View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949373#3949373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949373 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
