Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 425751

Summary: Be able to redeploy application
Product: [ECD] Orion Reporter: Szymon Brandys <Szymon.Brandys>
Component: ClientAssignee: Maciej Bendkowski <maciej.bendkowski>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 5.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 422047    

Description Szymon Brandys CLA 2014-01-15 08:05:22 EST
Right now on re-deploy, we get 400 error back.
Comment 2 Maciej Bendkowski CLA 2014-01-17 07:19:04 EST
http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=5a431f5e3ce78f706ef63505d2333e19b55f6660 - Restart the application after a successful re-push
Comment 3 Maciej Bendkowski CLA 2014-01-17 08:54:25 EST
Support for re-deploy has been implemented in form of re-uploading application bits, followed with an application restart. This behavior covers almost all simple re-deploy use cases. What remains, are complex scenarios where one wishes to recreate a consistent application environment while pushing, e. g. recreate missing services, increase the number of running instances, etc. I'll open a separate bug for that.