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