7 Replies Latest reply on Jun 5, 2015 9:45 AM by jaikiran

    Any configuration to load EAR component by single class loader ?

    jboss234

      My application is deployed in EAR which has WAR and EJB JAR components.

       

      Some of the classes are common in both WAR and JAR, as application is loaded by multiple classloader I am getting ClassCast and Linkage Exceptions.

       

      Any configuration settings I need to add so that wildfly use single class loader to load classes.

       

      Thanks,