Hey,
I'm trying to setup JTA in Drools - Spring: META-INF/persistence.xml(JTA, jta-data-source) and Spring descriptor.
some examples:
http://erich.soomsam.net/2007/04/24/spring-jpa-and-jta-with-hibernate-and-jotm/
http://www.mail-archive.com/rules-users@lists.jboss.org/msg17133.html
Unfortunately org.drools.persistence.session.SingleSessionCommandService class dosn't work with JTA (org.springframework.transaction.jta.JtaTransactionManager)
In the second case, when I using RESOURCE_LOCAL persistence unit, it works.
Is it possible setup drools configuraion with JTA?