handling transactions in Activiti seems to be a huge problem for many Activiti newcomers.
Can you please give us a complete example on how to handle transactions with Spring?
My use case would be: - Workflow references JPA entity as a process variable - I want to save JPA entity and complete an Activiti task in the same transaction (and rollback the transaction if necessary).
In my application, i only get control over the JPA entity transaction.