Hi,
> I am writing an Eclipse plugin that creates a project in the Workspace, and I
> have to access to some files contained is this project. Especially, I have
> to read an XML file, do some stuff, and then update this file. I use JAXB
> 2.0 for this.
> Everything works fine, excepted that when I try to open my modified XML file
> within Eclipse, an "Resource is out of sync with the file system" exception
> occures. The only way to avoid this problem is to refresh the Workspace
> using F5, but I really need to do this programatically (because I don't want
> the plugin's users to hit F5 each time the file has to be synchronized !!).
I thinks it's more Eclipse issue than JAXB issue. I think you'd have
the same effects if you modify the file in any other way.
Bye.
/lexi