1 Reply Latest reply on Sep 25, 2012 9:10 AM by wdfink

    jar versions in JBoss AS 7?

    rodrigo.uchoa

      Hey everyone!

       

      In JBoss 5.1.0.GA there was a file called jar-versions.xml which contained all versions of all APIs packaged with JBoss AS. Where can I find the same information for JBoss 7? I need to know the exact hibernate versions, xml parsers versions, mojarra, etc etc.

        • 1. Re: jar versions in JBoss AS 7?
          wdfink

          In AS7 all libraries are inside the modul directory. The JAR names include the version as the modul.xml include the jar name.

          You look into module/org/hibernate/main for the libraries. also it is possible to have several versions in parallel and set explicit dependencies.