[
https://issues.jboss.org/browse/JBTM-2591?page=com.atlassian.jira.plugin....
]
Tom Jenkinson edited comment on JBTM-2591 at 1/4/16 4:50 AM:
-------------------------------------------------------------
I will add the following text to the Readme.md
(
https://github.com/jbosstm/quickstart/blob/master/wildfly/setCheckedActio...):
Replace:
{quote}
You will need a WildFly server
{quote}
With:
{quote}
If you are using the "master" version of the quickstarts, you will need to build
Narayana master locally (
https://github.com/jbosstm/narayana/). If you are using a tagged
version of the quickstarts then the artifact should exist in JBoss nexus (or maven
central).
You will also need the current version of WildFly to run this quickstart. WildFly is
available from
http://wildfly.org/downloads/
{quote}
was (Author: tomjenkinson):
I will add the following text to the Readme.md
(
https://github.com/jbosstm/quickstart/blob/master/wildfly/setCheckedActio...):
Replace:
{quote}
You will need a WildFly server
{quote}
{quote}
If you are using the "master" version of the quickstarts, you will need to build
Narayana master locally (
https://github.com/jbosstm/narayana/). If you are using a tagged
version of the quickstarts then the artifact should exist in JBoss nexus (or maven
central).
You will also need the current version of WildFly to run this quickstart. WildFly is
available from
http://wildfly.org/downloads/
{quote}
WildFly quick start example fails to build
------------------------------------------
Key: JBTM-2591
URL:
https://issues.jboss.org/browse/JBTM-2591
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Demonstrator
Affects Versions: 5.2.11.Final
Reporter: Mark Little
Assignee: Amos Feng
Trying to build the example here ...
https://github.com/jbosstm/quickstart/tree/master/wildfly/setCheckedActio...
The pom refers to a version of JTA that isn't in the repo, so it fails.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.553 s
[INFO] Finished at: 2015-12-24T15:30:31+00:00
[INFO] Final Memory: 8M/149M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project setCheckedActionFactoryExample: Could not
resolve dependencies for project
org.jboss.narayana:setCheckedActionFactoryExample:war:0.0.1-SNAPSHOT: Could not find
artifact org.jboss.narayana.jta:jta:jar:5.2.12.Final-SNAPSHOT in
jboss-public-repository-group (
https://repository.jboss.org/nexus/content/groups/public/)
-> [Help 1]
Changing to 5.2.9.Final at least lets the example build (and hopefully run).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)