Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] Re: RSE 1.0.1: Persisting property sets of an IHost

Hello Andreas,

this is a question specific to Target Management, so I'm cross-posting to the eclipse.dsdp.tm newsgroup; please use that newsgroup for follow-up questions.

I think that your problem is actually a known bug fixed for TM 2.0M6, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=150115

Can you upgrade to the recent TM 2.0 milestones? M7 is coming next week, and from then on the API will be frozen. There's been a lot of API changes so if you have much code already you'll need to migrate it; the build notes give initial help doing so, but full migration docs yet need to be written.

Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Andreas Schik wrote:
Hi all,
I am adding a property set to a connection (IHost) and using the commit() method of IHost they are persisted onto disk (I verified that in the file system). That is what I expected, so far so good. The question now is, how to retrieve them from disk. If I call getPropertySet() on the respective IHost the property set is not there. It is still on disk, but it is obviously not loaded. How do I do that?
Thanks
Andreas


Back to the top