2 Replies Latest reply on Sep 28, 2016 8:45 AM by niknik

    Use jackson2 in jboss 7.1

    niknik

      Hello,

       

      I would like to use jackson2 in jboss 7.1. I got it by putting a jboss-deployment-structure.xml into WEB-INF and manually downloading resteasy 3 and unzipping into jboss7/modules.

      Is it also possible to import a new version of resteasy into jboss by defining this dependency in my pom.xml or something like that? Manually downloading binaries and extracting zips should be done by maven, not by developers.

       

      Regards

      niknik

        • 1. Re: Use jackson2 in jboss 7.1
          ctomc

          Why don't you just upgrade your server to WildFly 8+ best if 10, which comes with resteasy 3 and jackson2 as default provider

          • 2. Re: Use jackson2 in jboss 7.1
            niknik

            For a soft migration, we would like to have a version of our application that runs on both jboss and wf10. Would it be possible to make jboss 7 use resteasy-jackson2-provider by only fitting the pom.xml? Either we would have to ship our application directly with the jackson2-provider (is that possible?) or ... somehow ecipse would have to deploy it as a jboss7-module.