Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3148

Allow dependency configuration for deployment scanner

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Do
    • Major
    • No Release
    • 7.1.0.CR1
    • None
    • None

    Description

      It would be really handy to be able to specify dependencies for the deployment scanner to abide by. E.g. I have an application with the following structure:

      A.ear
      |-B.jar
      \-C.war
      
      D.war
      

      If D has a dependency on B and they are deployed at the same time I'll get:

      JBAS014775: New missing/unsatisfied dependencies:
      service jboss.module.spec.service."deployment.A.ear".main (missing) dependants: [service jboss.module.service."deployment.D.war".main, service jboss.deployment.unit."D.war".POST_MODULE]
      service jboss.module.spec.service."deployment.A.ear.B.jar".main (missing) dependants: [service jboss.module.service."deployment.D.war".main, service jboss.deployment.unit."D.war".POST_MODULE]

      It would be great though if I could specify that I don't want to deploy D until A is deployed.

      Attachments

        Activity

          People

            Unassigned Unassigned
            brent.n.douglas@gmail.com Brent Douglas (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: