1 Reply Latest reply on Sep 13, 2011 7:33 AM by maxandersen

    JBoss AS 7.0 Runtime doesn't include Hibernate and others

    kwutzke

      When adding a "JBoss AS 7.0 Runtime" library to the project via "Configure build path...", why does the server runtime only include exactly 30 JARs, excluding the Hibernate 4 JAR files and dependents? Is there any specific reason for that?

       

      The JBoss 6.0 AS Runtime was comparably huge and did include everything IIRC...

       

      Was it intended that way?

       

      Karsten

        • 1. Re: JBoss AS 7.0 Runtime doesn't include Hibernate and others
          maxandersen

          the AS3 to AS6 approach was to include every jar and the kitchenssink - causing alot of other problems.

           

          For AS7 and were are revamping it for the others we'll be looking at only including API jars where possible.

           

          Right now we just include the org.javax.* modules. this will be configurable eventually for the various server types.