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 92882

Summary: Remove dependency on JavaDataObject
Product: obsolete Reporter: _ sandipchitale <sandipchitale>
Component: visualwebAssignee: Quy Nguyen <quynguyen>
Status: RESOLVED FIXED    
Severity: blocker CC: deva
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/wiki/view/VW_ProjectLoadersJsfJavaDataLoader
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 90450    

Description _ sandipchitale 2007-01-19 22:14:20 UTC
In NetBeans 5.5 Visual Web Pack the JsfjavaDataObject subclassed the 
JavaDataObject. In NetBeans 6.0 the JavaDataObject is no longer a public API. 
Instead the Java Editor Support can be accessed using an alternate API. The 
JsfJavaDataObject neeeds to be updated to use this new API. For example, the 
Matisse FormDataObjects has already made this transition.
Comment 1 Quy Nguyen 2007-02-15 23:53:44 UTC
The project/jsfloader module has been updated to use the new java source APIs.