2 Replies Latest reply on Sep 30, 2003 7:55 AM by frito

    WAR depends on EAR

      Deploying question - our WAR is deployed separately and unpacked, and depends on our EAR, which has all of our JARs & EJBs (done for JSP development ease).

      This is working fine except for the deployment order. The WAR always deploys first and so can't find the JARs that it knows are in the EAR.

      I'd rather not use the PrefixDeployer; I've tried deploying the WAR with service properties with a element; even tried deploying as a SAR with obvious poor results.

      Has anybody gotten this combination to work? Proposed workarounds?

      (The advanced docs did not help with this).

        • 1. Re: WAR depends on EAR

          BTW I got around this by exploding the whole EAR, not just the WAR.

          Note that in order for this to work, I had to remove the file
          app.ear/META-INF/jboss-app.xml
          I can't see any reason for it, but after doing that, everything deployed fine and in the correct order.

          That lead me to the next problem, which is the WAR not deploying when touching web.xml. Working on that now.

          • 2. Re: WAR depends on EAR
            frito

            Configure your

            jboss-service.xml
            to use the
            org.jboss.deployment.scanner.PrefixDeploymentSorter
            .

            Greetings,
            Frito