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 204840 - Adding JSF framework stuck when saving project data
Summary: Adding JSF framework stuck when saving project data
Status: VERIFIED DUPLICATE of bug 204427
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-08 15:05 UTC by Jiri Skrivanek
Modified: 2011-11-08 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump. (33.01 KB, text/plain)
2011-11-08 15:05 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-11-08 15:05:58 UTC
Created attachment 112999 [details]
Thread dump.

The saving project data dialog blocks the IDE forever when you add JSF framework for maven web project. To reproduce:

- create maven web project with GlassFish server
- open project properties
- go to Frameworks
- click Add button and choose JavaServer Faces
- click OK in Project Properties dialog
- Saving Project Data progress dialog appears but it is opened forever

Product Version: NetBeans IDE Dev (Build 201111070600)
Java: 1.7.0_01; Java HotSpot(TM) Client VM 21.1-b02
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 1 Martin Janicek 2011-11-08 15:15:27 UTC
This has already been send to Core team. I can create a workarround if there will be no time to fix this on their side, but in that case I need to call SwingUtilities.invokeLater() for saving project data (which means UI could "freeze" for a few seconds also - of course it's still better than deadlock :] )..

*** This bug has been marked as a duplicate of bug 204427 ***