Skip to content

Latest commit

 

History

History
 
 

jta-1_2-in-wildfly

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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-jbossas-remote