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 158623 - NullPointerException at org.netbeans.modules.jdbcwizard.wizards.JDBCWizardTransferPanel.isValid
Summary: NullPointerException at org.netbeans.modules.jdbcwizard.wizards.JDBCWizardTra...
Status: RESOLVED DUPLICATE of bug 154624
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 16:01 UTC by eaiesb
Modified: 2009-02-19 20:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146320


Attachments
stacktrace (7.52 KB, text/plain)
2009-02-16 16:02 UTC, eaiesb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eaiesb 2009-02-16 16:01:58 UTC
Build: NetBeans IDE Dev (Build 200812180001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
GUEST: When I try to create WSDL from Database, I get this error



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.jdbcwizard.wizards.JDBCWizardTransferPanel.isValid(JDBCWizardTransferPanel.java:147)
        at java.awt.Component.invalidateIfValid(Component.java:2740)
        at java.awt.Component.setLocale(Component.java:1810)
        at javax.swing.JComponent.<init>(JComponent.java:595)
        at javax.swing.JPanel.<init>(JPanel.java:65)
        at javax.swing.JPanel.<init>(JPanel.java:92)
Comment 1 eaiesb 2009-02-16 16:02:10 UTC
Created attachment 77030 [details]
stacktrace
Comment 2 Marian Mirilovic 2009-02-17 11:45:56 UTC

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