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

Missing dependency in com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.0.0.Final
    • 8.0.0.Beta1, 8.0.0.CR1
    • Class Loading, REST
    • None

    Description

      Dependency javax.xml.bind.api is missing in module.xml of com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.

      For a detailed description, see https://community.jboss.org/thread/233865

      As a workaround, the module.xml can either be changed manually or the resteasy-jboss-modules-wf8-3.0.6.Final.zip provided with the RESTEasy distribution may be unzipped in the modules/system/layers/base directory.

      Correct dependencies should look like:

      <dependencies>
      <module name="javax.api"/>
      <module name="javax.ws.rs.api"/>
      <module name="javax.xml.bind.api"/>
      <module name="com.fasterxml.jackson.core.jackson-annotations"/>
      <module name="com.fasterxml.jackson.core.jackson-core"/>
      <module name="com.fasterxml.jackson.core.jackson-databind"/>
      </dependencies>

      Attachments

        Activity

          People

            sdouglas1@redhat.com Stuart Douglas
            crash13_jira Ludger Brinkmann (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: