Drools « jbpm « Java Enterprise Q&A





1. Drools : How to update Arraylist?    stackoverflow.com

I am stuck in middle of something, I am trying to update Object in drools session as code given, but it could not gets update.

rule "Abc"
salience 1
when
      ...

2. bitronix.tm.BitronixTransactionManager cannot be cast to javax.transaction.TransactionManager    stackoverflow.com

I am testing the sample program with Drools on dynamic web application. I use Spring, jBPM, Drools, JTA with Bitronix, JPA with hibernate. When I configure the persistence with JTA transaction ...