microBean Narayana JTA CDI Integration

Build Status Maven Central

The microBean Narayana JTA CDI Integration project integrates the Narayana transaction engine into CDI 2.0 SE environments.

Installation

To install the microBean Narayana JTA CDI Integration project, ensure that it and its dependencies are present on the classpath at runtime. In Maven, your dependency stanza should look like this:

<dependency>
  <groupId>org.microbean</groupId>
  <artifactId>microbean-narayana-jta-cdi</artifactId>
  <!-- See http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.microbean%22%20AND%20a%3A%22microbean-narayana-jta-cdi%22 for available releases. -->
  <version>0.3.0</version>
  <type>jar</type>
  <scope>runtime</scope>
</dependency>

Releases are available in Maven Central. Snapshots are available in Sonatype Snapshots.