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 56909 - A deadlock after add a project to project libraries
Summary: A deadlock after add a project to project libraries
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Radko Najman
URL: http://www.netbeans.org/issues/show_b...
Keywords:
Depends on: 56797
Blocks:
  Show dependency tree
 
Reported: 2005-03-24 09:40 UTC by Tomas Zezula
Modified: 2006-03-24 12:56 UTC (History)
2 users (show)

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-24 09:40:24 UTC
See: http://www.netbeans.org/issues/show_bug.cgi?id=56797
Comment 1 Radko Najman 2005-03-29 13:57:05 UTC
Fixed in both web and ejb projects. In web project was removed temporary fix for
issue #54454.

/cvs/web/project/src/org/netbeans/modules/web/project/ui/WebPhysicalViewProvider.java,v
 <--  WebPhysicalViewProvider.java
new revision: 1.26; previous revision: 1.25

/cvs/web/project/src/org/netbeans/modules/web/project/ui/WebViews.java,v  <-- 
WebViews.java
new revision: 1.36; previous revision: 1.35

/cvs/web/project/src/org/netbeans/modules/web/project/WebSources.java,v  <-- 
WebSources.java
new revision: 1.9; previous revision: 1.8

/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/WebProjectProperties.java,v
 <--  WebProjectProperties.java
new revision: 1.85; previous revision: 1.84

/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/LogicalViewChildren.java,v
 <--  LogicalViewChildren.java
new revision: 1.22; previous revision: 1.21

Comment 2 zikmund 2005-04-01 09:57:58 UTC
Verified.