Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-529

Deployment order broken for EAR within SAR

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • JBossAS-3.2.6 Final
    • None
    • None

    Description

      SourceForge Submitter: lhoriman .
      When a SAR contains an EAR, the deployment order
      for the EAR is broken. Specifically, the WAR gets
      deployed before any EJB JARs.

      I have attached a simple testcase which is a SAR which
      contains an EAR which contains a WAR and an EJB
      JAR.

      The WAR contains a servlet which makes a call on the
      EJB in the init() method. The EJB method is a trivial do-
      nothing method.

      If this SAR is deployed on JBoss during startup, the
      WAR is started before the EJBs and produces a lot of
      NoClassDefFoundErrors. If the SAR is hot-redeployed
      into the running server, everything works fine.

      Attachments

        Activity

          People

            starksm64 Scott Stark (Inactive)
            sourceforge-user SourceForge legacy user (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: