]
Andre Dietisheim edited comment on JBIDE-21081 at 11/13/15 5:03 AM:
--------------------------------------------------------------------
[~jrichter1] the underlying problem as far as I know is that the application creation is
not atomic nor transactional. I read you expecting that nothing should be created if you
cancel the creational job which is something we cannot achieve by simply cancelling the
job. We would have to kill the resources that were created. This on the other hand is imho
an enhancement we can plan to add. I'd therefore rephrase your issue to an enhancement
to "cleanup" resources that were created. Alternatively and simpler we could
dispaly a warning that tells the user about the job being stopped which leaves created
resources in place.
was (Author: adietish):
[~jrichter1] the underlying problem as far as I know is that the application creation is
not atomic nor transactional. I read you expecting that nothing should be created if you
cancel the creational job which is something we cannot achieve by simply cancelling the
job. We would have to kill the resources that were created. This on the other hand is imho
an enhancement we can plan to add. I'd therefore rephrase your issue to an enhancement
to "cleanup" resources that were created.
Application wizard: canceling the 'Create Application From
Template Job' doesn't cancel anything
------------------------------------------------------------------------------------------------
Key: JBIDE-21081
URL:
https://issues.jboss.org/browse/JBIDE-21081
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta1
Reporter: Jan Richter
Labels: application_wizard, openshift_v3
Fix For: 4.4.0.Alpha1
After clicking finish in the Application wizard, a progress bar with a button to cancel
the operation appears. Once clicked, depending on the user's speed, it either does
nothing at all, or it returns the user back to the Application wizard.
However, the app always gets created on Openshift. So if the user is returned to the
wizard, a dialog appears saying the app was created. In the end the user might end up with
an open wizard with the same data that their newly created application has.