Index: WebContextLoader.java =================================================================== RCS file: /cvs/web/src/org/netbeans/modules/web/context/Attic/WebContextLoader.java,v --- WebContextLoader.java 1.1.4.4 +++ WebContextLoader.java @@ -163,0 +163,8 @@ + if (!(d instanceof WebContextObject)){ + try{ + d.setValid(false); + } catch (PropertyVetoException e) { + e.printStackTrace(); + } + d = DataObject.find(fs.getRoot()); + }