1 Reply Latest reply on Nov 26, 2013 10:17 PM by jaikiran

    Class loading issues deploying multiple jars into EAP 6.1

    moraleslos

      Hi,

       

      I have two jars deployed on EAP 6.1 ([EAP6.1_HOME]\standalone\deployments).  One jar--call it Jar_B--relies on a class contained in the other jar--call this Jar_A.  Each jar is an artifact produced by SwitchYard.  For some reason EAP 6.1 cannot load the dependent jar (Jar_B) because it could not find the class that is contained and loaded in Jar_A.  I would think since both jars were loaded this wouldn't be a problem.  Any ideas on how to resolve this issue?

       

      -Los