Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 312052 - FileServiceSubSystem.uploadMultiple() methods not working
Summary: FileServiceSubSystem.uploadMultiple() methods not working
Status: NEW
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dsdp.tm.rse-inbox CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-07 09:01 EDT by Loganathan CLA
Modified: 2010-05-07 09:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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..