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 118756 - IllegalStateException appears after changing Table Layout
Summary: IllegalStateException appears after changing Table Layout
Status: VERIFIED DUPLICATE of bug 118646
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: John Baker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-12 20:11 UTC by _ alexpetrov
Modified: 2007-10-12 20:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (97.84 KB, image/jpeg)
2007-10-12 20:12 UTC, _ alexpetrov
Details
log (67.30 KB, text/plain)
2007-10-12 20:12 UTC, _ alexpetrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ alexpetrov 2007-10-12 20:11:24 UTC
Product Version: NetBeans IDE Dev (Build 200710120000)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b02
System: Windows XP version 5.1 running on x86;

1. Connect to DB Derby Travel.
2. Create new VWP project (JavaEE 5, GlasFish V2, Visual Web JavaServer Faces)
3. DnD JSF component Table on Designer. DnD DB table "TRIP" on it.
4. Right click on Table and use popup menu item "Table Layout".
5. In the dialog "Table Layout" select list items "TRIP.TRIPID", "TRIP.PERSONID", "TRIP.LASTUPDATED".
   Click the button "<" to move these items to the list "Available".
   Click OK.

Result:
- dialog with IllegalStateException will appear (see attached files).

This bug is the reason that automated DB tests are failed.
Comment 1 _ alexpetrov 2007-10-12 20:12:17 UTC
Created attachment 50851 [details]
screenshot
Comment 2 _ alexpetrov 2007-10-12 20:12:38 UTC
Created attachment 50852 [details]
log
Comment 3 John Baker 2007-10-12 20:51:49 UTC
duplicate of 118646

*** This issue has been marked as a duplicate of 118646 ***
Comment 4 _ alexpetrov 2007-10-12 20:57:27 UTC
Duplicate of http://www.netbeans.org/issues/show_bug.cgi?id=118646.