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

Summary: NullPointerException at org.netbeans.modules.jdbcwizard.wizards.JDBCWizardTransferPanel.isValid
Product: db Reporter: eaiesb <eaiesb>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: eaiesb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=146320
Issue Type: DEFECT Exception Reporter: 146320
Attachments: stacktrace

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 ***