[jboss-dev-forums] [Design of JBoss jBPM] - jms based messaging and server side transactions

tom.baeyens@jboss.com do-not-reply at jboss.com
Fri Nov 3 04:22:52 EST 2006


the asynchronous continuations are now working on HEAD based on JMS in an EJB environment with CMT.

For getting the server side transactions to work properly, i had to add a configuration property to the DbPersistenceServiceFactory: isCurrentSessionEnabled  This property tells the DbPersistenceService to use the sessionFactory.getCurrentSession(), rather then creating and closing a hibernate session.

Now i'm going to focus on binding the jbpm scheduler service to the ejb timer service.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982882#3982882

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982882



More information about the jboss-dev-forums mailing list