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 99281

Summary: Migrate manage bean modeling to FacesConfig API
Product: obsolete Reporter: _ sandipchitale <sandipchitale>
Component: visualwebAssignee: _ deva <deva>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 94003    
Bug Blocks:    

Description _ sandipchitale 2007-03-28 17:54:04 UTC
The NetBeans Web project now models all the faces config files in the project. 
That includes the legacy managed-bean.xml file. In fact in 6.0, VW will become 
agnostic of the file name. Instead, the so called FacesConfig API from 
NetBeans Web project will be used to model managed beans.
Comment 1 _ deva 2007-04-10 02:20:50 UTC
Insync doesn't model faces configuration files any more. It is delegated to It 
JSFConfigModel. We do not need managed-beans.xml anymore.