-
Bug
-
Resolution: Done
-
Blocker
-
EAP-XP-1.0.0.GA-CR1
-
None
Following the instructions in microprofile-faul-tolerance QS in EAP XP 1.0.0.GA-CR1 starting the server fails:
[nziakova@laptop microprofile-fault-tolerance]$ mvn wildfly:run & [1] 21982 [nziakova@laptop microprofile-fault-tolerance]$ [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-jaxrs:jar is missing. @ line 51, column 18 [ERROR] 'dependencies.dependency.version' for org.jboss.logging:jboss-logging:jar is missing. @ line 56, column 18
There are more accompanying issues:
- WildFly BOM is used instead of EAP one.
- Readme says "where ${version.server.bom} is the version of your JBoss EAP XP, in our case "1.0"." but there's no such version of the BOM.
- The imported BOM does not manage resteasy-jaxrs and jboss-logging dependencies (I have tried both org.jboss.bom:jboss-eap-xp-microprofile:1.0.0.GA and org.wildfly.bom:wildfly-microprofile:19.0.0.Final)
- This is an unsupported way of starting EAP server, I suggest using standard section for starting the server that is used in other QS, i.e.:
$ EAP_HOME/bin/standalone.sh
- is blocked by
-
WFLY-13475 MP FT Quickstart: Change server startup documentation to reference local installation and standalone-microprofile.xml
- Closed
- is related to
-
JBEAP-19482 Issues in readme for microprofile-fault-tolerance QS
- Closed