Bug 501186 - Error shown when application deployment is cancelled: Missing application deployment information
Summary: Error shown when application deployment is cancelled: Missing application dep...
Status: RESOLVED FIXED
Alias: None
Product: CFT
Classification: ECD
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal
Target Milestone: 1.0.3   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2016-09-10 11:02 EDT by Nieraj Singh CLA
Modified: 2017-02-16 15:25 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nieraj Singh CLA 2016-09-10 11:02:34 EDT
This appears to be a minor issue that does not prevent user from deploying, redeploying , or republishing an application. However it is a bug that should be fixed as it is visible to the user:

When a user deploys a Dynamic Web Project, then deletes it, then tries to deploy again (via drag/drop or Add/Remove), and cancels the second deployment, the application module is successfully removed from Server as expected, but the editor shows an error:

"Missing application deployment information".


Refreshing the editor doesn't seem to remove this error unless an application is selected.

It seems the editor error handler may have a reference to the last error generated regardless of whether there is a module in the server or not.

Steps to reproduce:

1. Drag/drop dynamic web project
2. Let deployment complete successfully
3. Delete the application
4. Drag/drop the dynamic web project again to the server
5. In the deployment wizard, cancel
6. Module does not appear in Servers view or editor, as expected
7. However, editor shows "Missing application deployment information", even though there is no module deployed.
Comment 1 Eclipse Genie CLA 2017-02-15 21:11:41 EST
GitHub Pull Request 53 created by [nierajsingh]
https://github.com/eclipse/cft/pull/53