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

Summary: IDE hangs with "Refreshing Models" message
Product: obsolete Reporter: mm <mm-nb>
Component: visualwebAssignee: Mark Dey <markdey>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.