Community
Participate
Working Groups
Created attachment 209839 [details] the trace used build: http://download.eclipse.org/webtools/downloads/drops/R3.4.0/S-3.4.0M4-20111212171647/ 1) create dynamic web project 3.0 2) create a servlet 3) delete the project - after the project gets deleted an error popup appears saying: An internal error occurred during: "Loading descriptor for ww33.". The project <P/ww33> is not accessible. attached is the trace
I can reproduce it 3.3.1 as well
Created attachment 209912 [details] simple check is added is exception is thrown due to closed deleted project.
@Chuck: can you review the change.
yep looks good - make sure this gets into HEAD as well
Once the builds are declared I will commit it in HEAD and 3_3_maintenance
Q: Explain why you believe this is a stop-ship defect. Or, if it is a "hotbug" (requested by an adopter) please document it as such. A: This bug occurs often when deleting a simple Dynamic web project. An error dialog pops up with the trace attached, while delete operation is executed. Q: Is there a work-around? If so, why do you believe the work-around is insufficient? A: There is a workaround - if on the web project the deployment descriptor is expanded to the level where the resources are loaded the exception will not occur. Q: How has the fix been tested? Is there a test case attached to the bugzilla record? Has a JUnit Test been added? A: The fix has been tested manually. Q: Give a brief technical overview. Who has reviewed this fix? A: The fix is simple. If the exception occurs in the implementation of the job a check is done if this is due to inaccessible project. If so the job is canceled. Q: What is the risk associated with this fix? A: Low risk
committed and released in 3_3_maintenance and HEAD