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 107452 - IDE hangs while adding JSF framework
Summary: IDE hangs while adding JSF framework
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks: 106361
  Show dependency tree
 
Reported: 2007-06-20 15:17 UTC by Jiri Skrivanek
Modified: 2007-06-22 13:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump. (22.72 KB, text/plain)
2007-06-20 15:17 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2007-06-20 15:17:26 UTC
IDE hangs while adding JSF framework to existing web application. To reproduce:

- create a web application
- open project properties
- choose Frameworks
- click Add button
- select JavaServer Faces
- confirm all dialogs and IDE freezes.

Build 200706200446, JDK1.6.0_02-ea, WindowsXP, GlassFish V2-b41c.
Comment 1 Jiri Skrivanek 2007-06-20 15:17:57 UTC
Created attachment 44068 [details]
Thread dump.
Comment 2 Petr Pisl 2007-06-22 10:54:35 UTC
Fixed in the trunk.
Checking in JspLoader.java;
/cvs/web/core/src/org/netbeans/modules/web/core/jsploader/JspLoader.java,v  <--  JspLoader.java
new revision: 1.25; previous revision: 1.24
done
Checking in JspDataObject.java;
/cvs/web/core/src/org/netbeans/modules/web/core/jsploader/JspDataObject.java,v  <--  JspDataObject.java
new revision: 1.69; previous revision: 1.68
done
Checking in BaseJspEditorSupport.java;
/cvs/web/core/src/org/netbeans/modules/web/core/jsploader/BaseJspEditorSupport.java,v  <--  BaseJspEditorSupport.java
new revision: 1.61; previous revision: 1.60
done
Comment 3 Jiri Skrivanek 2007-06-22 13:22:15 UTC
Verified.