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 - Migrate visualweb use of rowsets from private interface/implementation to standard interfaces and the reference implementation
Summary: Migrate visualweb use of rowsets from private interface/implementation to sta...
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: David Vancouvering
URL: http://wiki.netbeans.org/wiki/view/Ro...
Keywords:
Depends on:
Blocks: 90450
  Show dependency tree
 
Reported: 2007-02-08 01:17 UTC by David Vancouvering
Modified: 2007-06-18 03:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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