1 Reply Latest reply on Jul 25, 2017 1:47 AM by abhijithumbe

    How to override wildfly default jars ?

    ecabrerar

      Hi,

      Wildfly 10.1.0.Final brings by default with hibernate 5.0.10.Final, but we want to upgrade to hibernate 5.2.10.Final or later without change the server configuration. There is enough documentation about how to upgrade Wildfly default library modifying the module.xml file, but in a production environment, I can not change the module.xml file.

       

      Any recommendations about how to upgrade to hibernate 5.2.10.Final without change the module.xml file?.

       

      Thanks so much in advance!.

        • 1. Re: How to override wildfly default jars ?
          abhijithumbe

          If you dont want to update module.xml then the only available option is pack hibernate 5.2 jar files into application lib directory(WEB-INF/lib) and exclude hibernate module from application classloader through jboss-deployment-structure.xml file

          1 of 1 people found this helpful