Hello
I'm trying to configure persitence with drools.
I'm working on a project using spring/hibernate/mysql. I'm using tomcat 6.0.16 as container.
After configuring all stuff I'm getting this exception:
javax.transaction.NotSupportedException: nested transactions not supported
at bitronix.tm.BitronixTransactionManager.begin(BitronixTransactionManager.java:83)
at org.drools.persistence.session.SingleSessionCommandService.(SingleSessionCommandService.java:103)

Please let me know what config files do you want to review.

Cheers
   Maxi