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

Deployment with the `resteasy-client-microprofile` dependency causes JAX-RS endpoints to not be exposed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 21.0.0.Beta1
    • None
    • Hide

      The test case is here

      https://github.com/rsearls/WFLY-13925-testcase.git

       

      Case 1, the successful case.
           build this project
           deploy the app to wildfly-21.0.0.Beta1-SNAPSHOT
           Use cURL to call the endpoint
                  curl -v http://localhost:8080/rest-client-wfly/ping

      Case 2, the unsuccessful case.
            Edit pom.xml and uncomment archive org.jboss.resteasy:resteasy-client-microprofile
            build this project
            deploy the app to wildfly-21.0.0.Beta1-SNAPSHOT
            Use cURL to call the endpoint
                   curl -v http://localhost:8080/rest-client-wfly/ping

      Show
      The test case is here https://github.com/rsearls/WFLY-13925-testcase.git   Case 1, the successful case.      build this project      deploy the app to wildfly-21.0.0.Beta1-SNAPSHOT      Use cURL to call the endpoint             curl -v http://localhost:8080/rest-client-wfly/ping Case 2, the unsuccessful case.       Edit pom.xml and uncomment archive org.jboss.resteasy:resteasy-client-microprofile       build this project       deploy the app to wildfly-21.0.0.Beta1-SNAPSHOT       Use cURL to call the endpoint              curl -v http://localhost:8080/rest-client-wfly/ping
    • Undefined
    • ---
    • ---

    Description

      This project defines a simple REST endpoint. When the archive is built and deployed without archive org.jboss.resteasy:resteasy-client-microprofile (see pom.xml lines 18-22) the endpoint can be reached successfully. When the archive is built and deployed with org.jboss.resteasy:resteasy-client-microprofile the endpoint can not be reached.

       

      Attachments

        Activity

          People

            istudens@redhat.com Ivo Studensky
            mstefank Martin Stefanko
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: