[jbosstools-issues] [JBoss JIRA] (JBIDE-11367) Run jobs outside of Wizards instead of within container

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Wed Mar 21 06:28:48 EDT 2012


Xavier Coulon created JBIDE-11367:
-------------------------------------

             Summary: Run jobs outside of Wizards instead of within container
                 Key: JBIDE-11367
                 URL: https://issues.jboss.org/browse/JBIDE-11367
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
          Components: openshift
    Affects Versions: 3.3.0.Beta1
            Reporter: Xavier Coulon
            Assignee: Andre Dietisheim
             Fix For: 3.3.0.Beta3


After 3.3.0.Beta1, most of the operations are run at the end of the wizard (ie, in the performFinish() method). 
The current implementation requires a DelegatingProgressMonitor to drive monitors in the Wizard container and in the Workbench status.
We could simplify this design by closing the wizard, then running the job, which could simplify the code, remove the wizard blocking the UI while the operation is in progress.

  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list