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 - Deadlock after clicking OK in project customizer
Summary: Deadlock after clicking OK in project customizer
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL: http://www.netbeans.org/issues/show_b...
Keywords:
: 57134 (view as bug list)
Depends on: 56696
Blocks:
  Show dependency tree
 
Reported: 2005-03-21 16:45 UTC by Tomas Zezula
Modified: 2006-03-24 13:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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