2 Replies Latest reply on Oct 19, 2009 4:28 AM by vickyk

    Libraries  collisions

      Hi!
      I have a web app already deployed on Tomcat 5.x or 6.x: it works nicely but I have to move this app to JBoss 3.2.7 .

      Here come issues: during bootstrap noSuchMethods exceptions have been threw.
      I noticed that this is due to some hibernate library in my web-app: in fact the web app uses hibernate 3 while JBOSS uses hibernate 2 ( see jboss-hibernate.sar folder ).
      If I remove this directory something goes better ( but later it seems that JBOSS requires the .sar folder ) .... generally speaking, how can I resolve this library collision issues?

      Thanks in advance.