[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dsdp.tm] persistence of IHost custom properties

I have to associate some custom values with an IHost. I create a new IPropertySet for the host and then create a new property by calling IPropertySet.addProperty().

The new property set doesn't seem to be persistent. I restart my application and the property is gone.

Should this work? Is there any other mechanism?

Thanks.