Hi there,<br><br>I have seen in chapter 6 of the documentation, that Drools Flow can be configured to use JPA and transactions to persist the running states. However, I am in a EJB where I obtain entity managers with a @PersistenceContext annotation, and the transactions are managed by the container, whereas in the example an EntityManagerFactory and a TransactionManager are used. <br>
<br>Could I configure Flow in a direct way to be used by my EJB?<br><br>Thanks very much,<br><br>tizo<br><br>