2 Replies Latest reply on Mar 24, 2011 3:19 PM by skull

    Jboss AS 6 + HIBERNATE

    skull

      hi, i have some problem. I go an application that i do some customizations on hibernate, then i have a custom hibernate for this app. This application works great with tomcat, but when i try to run on JBOSS i got a problem because JBOSS allready use HIBERNATE on his commons lib.

       

      Have some way to do my application use custom hibernate from WEB-INF/lib/custom-hibernate.jar and ignore that hibernate on jboss/commons/lib?

       

      i try some jboss-web.xml using repository-location, but dont work as well

       

      can someone give me a idea?