4 Replies Latest reply on Feb 12, 2013 10:24 AM by smarlow

    Package Hibernate inside Ear, for jbossas 7.1

    trind

      How do i package hibernate inside my own ear. if i would like to use a newer version of hibernate.

       

      I have tried to add my jars to the ear/lib and add

       

      <exclusions>
      <module name="org.hibernate" />
      </exclusions>

      in my jboss-deployment-structure.xml

       

       

      //Trind