-
Feature Request
-
Resolution: Cannot Reproduce
-
Major
-
None
-
4.17.4
-
None
The TXBridge example does not build. Build fails with error:
[ERROR] Failed to execute goal on project jbosstxbridge-demo-service: Could not resolve dependencies for project org.jboss.jbossts:jbosstxbridge-demo-service:jar:4.17.5.Final-SNAPSHOT: The following artifacts could not be resolved: org.jboss.jbossts.xts:jbossxts:jar:api:4.17.5.Final-SNAPSHOT, org.jboss.jbossts.jta:narayana-jta:jar:4.17.5.Final-SNAPSHOT, org.jboss.jbossts:jbosstxbridge:jar:4.17.5.Final-SNAPSHOT: Failure to find org.jboss.jbossts.xts:jbossxts:jar:api:4.17.5.Final-SNAPSHOT in http://repository.jboss.org/nexus/content/groups/public-jboss/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced -> [Help 1] [ERROR]
- The README file is out of date and needs updating. The README file also does not explain what the demo supposed to do and what to expect when the application is run.
- The demo/README.md says to deploy a jar but it is actually a war that should be deployed
- The demo offers an option of running the application with transaction type JTA. That option does not seem to work since it's missing a dependency. There is no explanation as what to do to get it working.
- The demo references artifacts built by the XTS demo so the README should state that the XTS demo must be built first.
- is incorporated by
-
JBTM-1784 TXBridge quickstart contains a reference to an artifact that should be brought in via its corresponding uber jar
- Closed