Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13475

MP FT Quickstart: Change server startup documentation to reference local installation and standalone-microprofile.xml

    XMLWordPrintable

Details

    Description

      (1) WildFly pom is used instead of EAP XP one:

                  <groupId>org.wildfly.bom</groupId>
                  <artifactId>wildfly-microprofile</artifactId>
                  <version>${version.server.bom}</version>
      where ${version.server.bom} is the version of your JBoss EAP XP, in our case "1.0". 
      

      This is mentioned in JBEAP-19481 as well.

      (2) Unsupported commands for starting and managing EAP:

      mvn wildfly:run &
      mvn wildfly:execute-commands -Dwildfly.commands=/extension=org.wildfly.extension.microprofile.fault-tolerance-smallrye:add
      mvn wildfly:execute-commands -Dwildfly.commands=/subsystem=microprofile-fault-tolerance-smallrye:add
      mvn wildfly:shutdown -Dwildfly.reload=true
      

      (3) I think there's no need to add the subsystem if using standalone-microprofile.xml config where it is already present.

      There might be additional issues I don't see because of JBEAP-19481.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-rhusar Radoslav Husar
              rhn-engineering-rhusar Radoslav Husar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: