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

Bug 461406

Summary: Add CFService#getRoute and use in cfo map-route and unmap-route in Shell
Product: [ECD] Orion Reporter: Szymon Brandys <Szymon.Brandys>
Component: DeploymentAssignee: Filip Madej <filip.madej>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 9.0   
Hardware: PC   
OS: Windows 7   
See Also: https://git.eclipse.org/r/43414
https://git.eclipse.org/r/43408
https://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=a85eef9b0b13fff0c4d921d879adde524aa58781
https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=f98d6efba1ba365fac38ac8b185f9312575f2d96
Whiteboard:

Description Szymon Brandys CLA 2015-03-04 10:39:20 EST
Both 'map-route' and 'unmap-route' in Orion shell use getRoutes to get the full list of routes and then iterate to find the route that is needed.

They should use getRoute(name) instead and this api should find the route by name.
Comment 3 Filip Madej CLA 2015-03-26 08:19:35 EDT
The change was merged to master