0 Replies Latest reply on Sep 17, 2014 1:56 PM by praneshinjboss

    JBoss 7 global modules exclusion option for modules.

    praneshinjboss

      Hello,

       

      I'm using JBoss 6.2.0 EAP version on linux & migrating application from JBoss 3 to JBoss7.

      We are using hibernate 3 version in our application & when i start JBoss 7 its using hibernate 4 version. I have configured global modules for hibernate 3 in standalone.xml file & I see both hibernate version 3,4 are loaded while server boot & application is throwing exceptions due to conflict.

      Is there an option to exclude hibernate 4 in global module declaration instead of using jboss-deployment-structure.xml file?

       

      Please suggest.