Yes, we made the transaction manager pluggable, with a default implementation for JTA and Spring. You can take a look at the drools-persistence-jpa module, there is a org.drools.persistence.session.TransactionManager, that is the interface you would have to implement, with the org.drools.persistence.session.JtaTransactionManager as a sample implementation.
Kris Quoting Rui Tang <[email protected]>: > Hi list, > > According to the documents and some test cases, I found that Drools > Flow > persistence examples have to work with JTA to enable transaction > management. > > Is there some way to not use JTA as my transaction manager? > > -- > åç¿ > Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
