Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-1912

Redeploy deployment if all missing dependencies for deployment are corrected

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Server

      If deployment failed to deploy and later all missing dependencies for deployment are corrected then deployment would redeploy automatically. This behavior could be configurable.

      For example if you deploy EJB which injects queue like:

      @Resource(mappedName = "java:/jms/queue/OutQueue")
      private Queue outQueue;
      

      and administrator deploys queue later then EJB would automatically get redeployed.

              yborgess1@redhat.com Yeray Borges Santana
              mnovak1@redhat.com Miroslav Novak
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: