txnmgr-springframework-ext

Spring XML extensions for the txnmgr project

License

License

GroupId

GroupId

com.github.dgrandemange
ArtifactId

ArtifactId

txnmgr-springframework-ext
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

txnmgr-springframework-ext
Spring XML extensions for the txnmgr project
Project URL

Project URL

https://github.com/dgrandemange/txnmgr-springframework-ext
Source Code Management

Source Code Management

https://github.com/dgrandemange/txnmgr-springframework-ext.git

Download txnmgr-springframework-ext

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dgrandemange/txnmgr-springframework-ext/ -->
<dependency>
    <groupId>com.github.dgrandemange</groupId>
    <artifactId>txnmgr-springframework-ext</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dgrandemange/txnmgr-springframework-ext/
implementation 'com.github.dgrandemange:txnmgr-springframework-ext:1.0.0'
// https://jarcasting.com/artifacts/com.github.dgrandemange/txnmgr-springframework-ext/
implementation ("com.github.dgrandemange:txnmgr-springframework-ext:1.0.0")
'com.github.dgrandemange:txnmgr-springframework-ext:jar:1.0.0'
<dependency org="com.github.dgrandemange" name="txnmgr-springframework-ext" rev="1.0.0">
  <artifact name="txnmgr-springframework-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dgrandemange', module='txnmgr-springframework-ext', version='1.0.0')
)
libraryDependencies += "com.github.dgrandemange" % "txnmgr-springframework-ext" % "1.0.0"
[com.github.dgrandemange/txnmgr-springframework-ext "1.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-beans jar 3.1.2.RELEASE
com.github.dgrandemange : txnmgr jar 1.0.0
org.slf4j : slf4j-api jar 1.6.4

test (6)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.13
org.springframework : spring-context jar 3.1.2.RELEASE
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.11
org.easytesting : fest-assert jar 1.4
org.easytesting : fest-reflect jar 1.4

Project Modules

There are no modules declared in this project.

txnmgr-springframework-ext

Spring XML extensions for the txnmgr project

See this test resource as an example of a Spring XML application context configuration defining a transaction manager bean in the Spring factory, along all its participants/groups of participants/subflows(aka groups subsets).

Note that such transaction manager configuration is compatible with the jPos Workflow Eclipse plugin (requires version >= 1.1.3).

Adding txnmgr-springframework-ext to a Maven project

Add the following dependency section to your pom.xml : ``` com.github.dgrandemange txnmgr-springframework-ext 1.0.0 ```

Versions

Version
1.0.0