[rules-users] Drools Flow Persistence with Spring Hibernate

Pablo Nussembaum baunax at gmail.com
Sun May 23 22:41:48 EDT 2010


If you don't want to change your app to use JPA. You still can switch to
start using JTA as a transaction manager. Doing that would allow you use
the same transaction in your code and in drools flow. I've never done
that by myself but I'm 97% sure it is doable.

On Saturday 22,May,2010 12:45 AM, xdirewolfx wrote:
> We use hibernateSessionFactory/HibernateSession directly
>
> session.createCriteria() // session.createQuery()
>   



More information about the rules-users mailing list