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 93166 - DB table databind with JTable exception
Summary: DB table databind with JTable exception
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 93165 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-25 08:22 UTC by Jiri Vagner
Modified: 2008-11-18 09:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception.txt (1.74 KB, text/plain)
2007-01-25 08:26 UTC, Jiri Vagner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Vagner 2007-01-25 08:22:09 UTC
NB promoh (Build 061123)
Java 1.6.0_01-ea
Linux version 2.6.17-10-386 Ubuntu

IDE throws following exception after dropping DB table on empty JTable component
in designer.

WARNING [global]
java.lang.IllegalStateException: Assertion failed. WindowsAPI is required to be
called from AWT thread only, see http://core.netbeans.org/proposals/threading/
        at
org.netbeans.core.windows.WindowManagerImpl.assertEventDispatchThreadWeak(WindowManagerImpl.java:1244)
        at
org.netbeans.core.windows.WindowManagerImpl.topComponentActivatedNodesChanged(WindowManagerImpl.java:1099)
        at org.openide.windows.TopComponent.setActivatedNodes(TopComponent.java:283)
        at
org.netbeans.modules.form.FormDesigner.updateComponentInspector(FormDesigner.java:1305)
        at org.netbeans.modules.form.FormEditor$5.formChanged(FormEditor.java:731)
        at org.netbeans.modules.form.FormModel.fireEvents(FormModel.java:985)
...


One existing issue contains similar exception ...
http://www.netbeans.org/issues/show_bug.cgi?id=40168
Comment 1 Jiri Vagner 2007-01-25 08:26:54 UTC
Created attachment 37651 [details]
exception.txt
Comment 2 Jiri Vagner 2007-01-25 08:34:31 UTC
*** Issue 93165 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Vagner 2008-11-18 09:39:35 UTC
No IllegalStateException found while d&d db table into form, tested on ...

Product Version: NetBeans IDE Dev (Build 081104)
Java: 1.6.0_10-rc2; Java HotSpot(TM) Client VM 11.0-b15
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)

Closing as WORKSFORME