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 - Create proper BeanInfo and DesignInfo for rowsets
Summary: Create proper BeanInfo and DesignInfo for rowsets
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks: 93709
  Show dependency tree
 
Reported: 2007-04-25 17:24 UTC by David Vancouvering
Modified: 2007-05-18 01:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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