Hi there,

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.

Could I configure Flow in a direct way to be used by my EJB?

Thanks very much,

tizo