0 Replies Latest reply on May 5, 2014 12:20 PM by arif.mohammed

    Increasing application specific classes visibility to modules(Class loader issue with jBoss7.1.1.Final modules)

    arif.mohammed

      Hi Team,

       

          I have third party library packaged as a module and deployed on jBoss server so that all web applications deployed on the same server can make use of that third party library. The problem is that some of the  classes from my my web application are loaded by third party library at runtime to create instances of those classes. Since web application and modules will use different class loaders I am getting ClassNotFoundException. Is there any way wherein I can expose my web app specific classes so that the dependent module know about them ?

       

        I have raised this question in jBPM module here Can any one please help me.