1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[JBoss] Is it possible to use Narayana REST-AT (REST-AtomicTransactions) embedded in a Spring...

Discussão em 'StackOverflow' iniciado por Stack, Maio 8, 2025 às 03:54.

  1. Stack

    Stack Membro Participativo

    I’m trying to implement two-phase commit transactions using Narayana REST-AT fully embedded in a Spring Boot application—no WildFly/JBoss server, no Docker Compose or external broker, just project dependencies—and deploy it on OpenShift using the default embedded Tomcat.

    My question is simple:

    Can I use Narayana REST-AT directly in a Spring Boot project with the built-in Tomcat so that it:

    Exposes internal REST endpoints for transaction management (/transactions, /prepare, /commit, /rollback), and

    Allows methods annotated with @Transactional(RestAtomicTransaction.TYPE) to participate in a global two-phase commit?

    Continue reading...

Compartilhe esta Página