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 94906

Summary: Migrate visualweb use of rowsets from private interface/implementation to standard interfaces and the reference implementation
Product: obsolete Reporter: David Vancouvering <davidvc>
Component: visualwebAssignee: David Vancouvering <davidvc>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/wiki/view/RowSetMigration
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 90450    

Description David Vancouvering 2007-02-08 01:17:26 UTC
Currently the visualweb project uses a private implementation of rowsets which
extends the standard interfaces and provides a private implementation.  We need
to move to using the standard javax.sql.rowset interfaces and the reference
implementation that is available as part of the JRE.
Comment 1 Pavel Buzek 2007-05-16 19:42:21 UTC
I noticed that we are tracking this issue as a P2, but we cannot release if we
do not resolve this issue one way or another (start using standard rowset, open
source our fork of rowset, etc.).
Comment 2 David Vancouvering 2007-05-16 20:55:26 UTC
I agree, this is a P1 now.  If I remember right it used to be an optional
feature as we thought if necessary we could ship with the old rowset code.  That
appears to be no longer an option, because the old rowset code is not open
source, and we don't want to limit our ability to deliver into open source distros.
Comment 3 David Vancouvering 2007-05-31 07:51:33 UTC
The decision was made to stay with the current rowset implementation, as it
provides key features such as the ability to update a rowset based on a join and
the ability to exclude columns from an update or insert.