Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Changed jar reference to war
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcl committed Dec 24, 2015
1 parent f9cfb25 commit 9a68971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transactions/transactions-war/README.md
Expand Up @@ -13,7 +13,7 @@ and end transactions.

The project is a normal maven project with `jar` packaging, not `war`.

<packaging>jar</packaging>
<packaging>war</packaging>

The project adds a `<plugin>` to configure `wildfly-swarm-plugin` to
create the runnable `.jar`.
Expand Down Expand Up @@ -119,4 +119,4 @@ And you'll see ...

Nested transaction support is not enabled!

Of course if you've enabled nested transactions in JTA on WildFly then you'll see something different!
Of course if you've enabled nested transactions in JTA on WildFly then you'll see something different!

0 comments on commit 9a68971

Please sign in to comment.