hi serge, the simple case: just ensure that the UserTransaction is available via jndi (java:comp/UserTransaction) and BeanManagedUserTransactionStrategy is enabled.
anything else: it depends on your usage of atomikos (basically you would need to implement a custom TransactionStrategy similar to BeanManagedUserTransactionStrategy). regards, gerhard 2014-08-05 15:09 GMT+02:00 Serge Ndong <[email protected]>: > Hi gerhard, > thank you for answering. I think that i have an other issue. I am using > apache tomcat without the springframework and need a XA-Transactionmanager > and dont know how to configure Deltaspike in combination with such a > XA-Transactionmanager, like atomikos. > > regards, > Serge. > > > >
