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 154627 - ServerLocationPanel extends WizardDescriptor.Panel
Summary: ServerLocationPanel extends WizardDescriptor.Panel
Status: RESOLVED DUPLICATE of bug 154408
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-04 15:53 UTC by _ tboudreau
Modified: 2009-02-19 23:04 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 _ tboudreau 2008-12-04 15:53:22 UTC
See related umbrella issue:

java.lang.IllegalStateException: org.netbeans.modules.j2ee.websphere6.ui.wizard.ServerLocationPanel is both a
WizardDescriptor.Panel and a Component.  This is illegal because Component.isValid() conflicts with Panel.isValid(). 
See umbrella issue 154624 and issues 150223, 134601, 99680 and many others for why this is a Bad Thing.
[catch] at org.openide.WizardDescriptor.checkComponent(WizardDescriptor.java:847)
        at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:863)
Comment 1 Petr Hejl 2008-12-04 15:55:35 UTC

*** This issue has been marked as a duplicate of 154408 ***