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 102521

Summary: Create proper BeanInfo and DesignInfo for rowsets
Product: obsolete Reporter: David Vancouvering <davidvc>
Component: visualwebAssignee: David Vancouvering <davidvc>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: Macintosh   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 93709    

Description David Vancouvering 2007-04-25 17:24:41 UTC
Currently the BeanInfo class for CachedRowSetX is buried under
org.netbeans.modules.visualweb.faces.dt.data.

Also, there is *no* DesignInfo class for CachedRowSetX.

This task is to do the following.  This is needed to support decoration of
components that are bound to CachedRowSetDataProvider and be able to launch the
query editor from the decorated component.

- Create a package org.netbeans.modules.visualweb.dataconnectivity.designtime
- Move the CachedRowSetXImplBeanInfo from
org.netbeans.modules.visualweb.faces.dt.data to here
   (It took a while for me to find this secret hiding place of
CachedRowSetXImplBeanInfo)
- Create 
org.netbeans.modules.visualweb.dataconnectivity.designtime.CachedRowSetXImplDesignInfo
- Register org.netbeans.modules.visualweb.dataconnectivity.designtime as
BeanInfoPath in the dataconnectivity module installer
Comment 1 David Vancouvering 2007-05-18 01:00:48 UTC
Checked in changes