This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 56754

Summary: Deadlock after clicking OK in project customizer
Product: javaee Reporter: Tomas Zezula <tzezula>
Component: Web ProjectAssignee: Andrei Badea <abadea>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
URL: http://www.netbeans.org/issues/show_bug.cgi?id=56696
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 56696    
Bug Blocks:    

Description Tomas Zezula 2005-03-21 16:45:18 UTC
See: http://www.netbeans.org/issues/show_bug.cgi?id=56696
Comment 1 zikmund 2005-03-21 16:54:57 UTC
Tomasi, really P3? Original report is P1 ...
Comment 2 Tomas Zezula 2005-03-21 17:10:43 UTC
It's up to you. It's random, I've never seen it.
Comment 3 Andrei Badea 2005-03-28 09:42:21 UTC
Fixed in both web and EJB project:

Checking in JspSourcePathImplementation.java;
/cvs/web/project/src/org/netbeans/modules/web/project/classpath/JspSourcePathImplementation.java,v
 <--  JspSourcePathImplementation.java
new revision: 1.3; previous revision: 1.2
done
Checking in SourcePathImplementation.java;
/cvs/web/project/src/org/netbeans/modules/web/project/classpath/SourcePathImplementation.java,v
 <--  SourcePathImplementation.java
new revision: 1.2; previous revision: 1.1
done
Checking in SourcePathImplementation.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/classpath/SourcePathImplementation.java,v
 <--  SourcePathImplementation.java
new revision: 1.2; previous revision: 1.1
done
Comment 4 Andrei Badea 2005-03-28 10:22:48 UTC
The previous fix in the web project was wrong. Commited a correct fix.

Checking in JspSourcePathImplementation.java;
/cvs/web/project/src/org/netbeans/modules/web/project/classpath/JspSourcePathImplementation.java,v
 <--  JspSourcePathImplementation.java
new revision: 1.5; previous revision: 1.4
done
Checking in SourcePathImplementation.java;
/cvs/web/project/src/org/netbeans/modules/web/project/classpath/SourcePathImplementation.java,v
 <--  SourcePathImplementation.java
new revision: 1.4; previous revision: 1.3
done
Comment 5 Pavel Buzek 2005-03-29 14:26:05 UTC
*** Issue 57134 has been marked as a duplicate of this issue. ***
Comment 6 zikmund 2005-07-13 17:37:26 UTC
v