I'm working with Eclipse 3.4.2. I have developed a project when it is launch as an eclipse application it works fine saving and retrieving user preferences but when I launch it as a product it doesn't return any error but I cannot retrieve preferences set in a previous session.
I have tried to find any reference to a similiar problem but haven't found anything.
I am retrieving application preferences through prefStore = new ConfigurationScope().getNode(Application.PLUGIN_ID); and saving data with prefStore.flush().
Does anyone have any clue about what could be happening?
I think you have the wrong newsgroup, this one is about the persistency layer EclipseLink.
On 20-12-2010 23:02, CarlosAG wrote:
> update
> I have just checked that in the product exported it works.
> So then it works when it is launched as an eclipse app or when the product is exported. If it is launched as a product wihtin Eclipse it doesn't work