Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » problem with list with new rse 301
problem with list with new rse 301 [message #579323] Wed, 25 February 2009 13:35
Carmelo  is currently offline Carmelo Friend
Messages: 224
Registered: July 2009
Senior Member
Hi all,

hope I'm not doing something wrong but since I moved from rse 2.x to rse 301
I'm having problem with my db model ...

the problem is when I start listing ...
everything works fine when I'm mapping item that are similar to the file
system ... I mean /Test ... /Temp/aaa.xml and so on ...

what about if my file in the db can only be found via a specific url ...

I have seen that the listFile/listFolder of the old FileServiceSubSystem
have been replaced with just a list ...

the problem comes in here ...

// update the parent with it's latest
properties
// null is passed for the second argument because we currently don't get
the parent in our results query
updateRemoteFile(parent, null, monitor);


when parent is null and the internal code will note take care of getting the
absolute path of the object but just the name ... and this even if the
previous call

// query children of the parent
IHostFile[] results = internalList(parentPath, fileNameFilter, fileType,
monitor);

has worked perfectly ...

I don't know if I have been clear?

Ciao
Kar
Previous Topic:Locator is null when using the APIs to start up TCF
Next Topic:Announce: New TCF mailing list and phone conference
Goto Forum:
  


Current Time: Tue Apr 23 09:32:12 GMT 2024

Powered by FUDForum. Page generated in 0.03117 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top