microBean Narayana JTA OpenWebBeans Integration

Build Status Maven Central

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

Installation

To install the microBean Narayana JTA OpenWebBeans 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-openwebbeans</artifactId>
  <!-- See http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.microbean%22%20AND%20a%3A%22microbean-narayana-jta-openwebbeans%22 for available releases. -->
  <version>0.1.0</version>
  <type>jar</type>
  <scope>runtime</scope>
</dependency>

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