Community
Participate
Working Groups
- do "New > Example > Java Browser Customization" - On this project, do "New > QuerySet model" - Create a query set named "textJavaQueries.querySet" - Error markers should appear - Delete this query set - Error markers don't disappear, you need to clean
When I remove this line: MoDiscoResourceSet.getResourceSetSingleton().removeListener(this, rootObjectURI); in AbstractMoDiscoCatalog.removeWSFile, the problem disappears and all unit tests pass. But since you added it for a reason, I'll let you investigate further and decide how to best fix it.
Created attachment 168200 [details] patch In fact, the problem was due to listeners not being added when the referred resource couldn't be loaded (non valid file). This patch fixes the problem by adding a listener in this case. As a bonus, it also fixes Bug 312456!
Hi Nicolas, You can go ahead with this patch. Best regards, Hugo
Thanks. I have applied the patch to branch 0_8_0.
Patch successfully committed.