1 Reply Latest reply on Nov 18, 2013 2:04 PM by rcernich

    Deploying multiple SY applications where one is dependent on another issue

    moraleslos

      I've developed a couple of SY applications (separate projects) where one has a library dependency on the other.  For example SY app 1 generates jar1 and SY app 2 generates jar2 and jar2 uses some classes from jar1.  When I deployed both jars onto JBoss EAP 6.1 (.../standalone/deployments), jar1 loads fine but jar2 fails to deploy since it can not find the classes that were in jar1.  I tried sticking jar1 as a module as well but nothing seems to work.  Any ideas?