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 4795 - JTable component is not serializable.
Summary: JTable component is not serializable.
Status: CLOSED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-11-27 00:53 UTC by pzajac
Modified: 2002-07-19 15:19 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 pzajac 1999-11-27 00:53:50 UTC
It is used jdk1.2.2 + HotSpot 1.0.1 + Windows NT .

Steps to reproduction:
1) Create JFrame from template.
2) Add JDBC compomponents :
ConnectionSource
 It must be set username,passwd,driver and dabase url on ConnectionSource
It must be set ConnectionSource and  SQL query


3) Add JTable.  Set TableModel.
 Set property Code generate to Serializable.

4)Run JForm.

On Form Output is Exception2.txt
On Forte for Java console is Exception1.txt

All exeption stack traces are in attachments.
After click on Editing workspace is raised Exception3.txt
Comment 1 _ ttran 2000-06-27 14:53:59 UTC
no stack trace => cannot fix
Comment 2 Marek Grummich 2000-07-25 09:29:59 UTC
Priority is changed to P4 (normal).