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 127976 - IDE hangs with "Refreshing Models" message
Summary: IDE hangs with "Refreshing Models" message
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Mark Dey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-21 07:28 UTC by mm
Modified: 2008-02-21 07:28 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 mm 2008-02-21 07:28:14 UTC
Recently we migrated one of our projects to VisualWeb components (Java EE application) and now actively use this feature
provided by Netbeans 6. The problem is that even our smallest project with 15+ JSF VisualWeb pages (jsp's/backing beans)
after operation "clean and build" hang IDE for about a minute with the message in IDE message bar "Refreshing models".
At the same time CPU load increases to 100% on dual core intel cpu system (running Solaris x86). When message disappears
- load drops and IDE is responsive again. Any ideas why is that happening ? Models (data displayed) for datatables used
in those projects are fetched as List objects from a Stateless Session bean.