Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 753 Bytes

File metadata and controls

31 lines (20 loc) · 753 Bytes

JTA 1.2 in Wildfly example.

Author: Gytis Trikleris
Level: Intermediate
Technologies: JTA, JPA, JMS

What is it?

This example demonstrates how to use new JTA 1.2 features inside WildFly application server.

QuickstartEntityRepository and QuickstartQueue classes demonstrace usage of @Transactional annotation. TransactionScopedPojo class demonstrates @TransactionScoped annotation. TestCase class is used to drive the example.

Build and Deploy the Quickstart

In order to run quickstart in the managed Wildfly application server, run the following command:

mvn clean install

In order to run quickstart in the remote Wildfly application server, run the following command:

mvn clean install -Parq