Skip to content

A TransactionServices implementation that provides Weld SE 3.0 environments with transactional capabilities via the Narayana transaction engine.

License

Notifications You must be signed in to change notification settings

microbean/microbean-narayana-jta-weld-se

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microBean Narayana JTA Weld SE Integration

Build Status Maven Central

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

Installation

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

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