Transaction management and non-mendix components integration

2
I am trying to implement simple scenario: 1. User starts micro-flow with java action call to non-mendix component (some business process (BP) service in spring-framework context) in transaction 2. BP takes part in existing transaction, makes internal changes and return details back to micro-flow. 3. micro-flow changes some data and persists into DB. Whole transaction must be committed if 3 is successful, otherwise - rollbacked. How does mendix manages transactions? Does mendix use JTA or some other standard TM? If it does, how could I get it (using jndi/API)?
asked
0 answers