Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-26776

(8.0.z) WFLY-19209 - WFLYRS0031: Failed to load RESTEasy MicroProfile Configuration

XMLWordPrintable

    • False
    • None
    • False
    • Hide
      • clone XP5 server and QS repos (xp-5.0.x branches)
      • build XP5 server (mvn clean install -DskipTests)
      • go to microprofile-config QS for example
      • build the bootable-jar application (mvn clean package -Pbootable-jar)
      • start the bootable jar file application (java -jar target/microprofile-config-bootable.jar)
      • the output log of the application contains the warning log message
      Show
      clone XP5 server and QS repos (xp-5.0.x branches) build XP5 server (mvn clean install -DskipTests) go to microprofile-config QS for example build the bootable-jar application (mvn clean package -Pbootable-jar) start the bootable jar file application (java -jar target/microprofile-config-bootable.jar) the output log of the application contains the warning log message

      The XP5 microprofile bootable-jar and openshift application are producing the following a new warning message: 

      WFLYRS0031: Failed to load RESTEasy MicroProfile Configuration: org.jboss.resteasy.microprofile.config.ConfigConfigurationFactory from [Module "deployment.ROOT.war" from Service Module Loader] 

      It is produced by microprofile-config, microprofile-fault-tolerance, microprofile-health etc. 

      It is probably caused by this method 
      https://github.com/jbossas/jboss-eap8/blob/8.0.x/jaxrs/src/main/java/org/jboss/as/jaxrs/deployment/WildFlyConfigurationFactory.java#L83-L96

            jperkins-rhn James Perkins
            rhn-support-kstekovi Krystof Stekovic
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: