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

Bug 312052

Summary: FileServiceSubSystem.uploadMultiple() methods not working
Product: [Tools] Target Management Reporter: Loganathan <loganathan001>
Component: RSEAssignee: dsdp.tm.rse-inbox <tm.rse-inbox>
Status: NEW --- QA Contact: Martin Oberhuber <mober.at+eclipse>
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Loganathan CLA 2010-05-07 09:01:41 EDT
Build Identifier: M20080911-1700

In both of FileServiceSubSystem.uploadMultiple() methods, the remoteParentPaths[i] value within the for loop are assigned wrong values (assinged with the file paths, not its parent path), by which the further uploading is not proceeding and throwing excetion.. this makes both the methods not usable..

Reproducible: Always

Steps to Reproduce:
1. Open the FileServiceSubSystem.uploadMultiple() methods and see the value assigned to remoteParentPaths[i] within the for loop.
Or call the FileServiceSubSystem.uploadMultiple() with your own values..