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 165831 - IllegalArgumentException: compile.single
Summary: IllegalArgumentException: compile.single
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: SQL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Venkat Srinivasan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 15:11 UTC by Oleg Khokhlov
Modified: 2009-05-22 15:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 63396


Attachments
stacktrace (2.55 KB, text/plain)
2009-05-22 15:11 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-05-22 15:11:25 UTC
Build: NetBeans IDE Dev (Build 200905190201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
ovk: created SQL app, generated wsdl and pressed F9



Stacktrace: 
java.lang.IllegalArgumentException: compile.single
        at org.netbeans.modules.sql.project.SQLproActionProvider.invokeAction(SQLproActionProvider.java:141)
        at org.netbeans.modules.project.ui.actions.FileCommandAction.actionPerformed(FileCommandAction.java:96)
        at org.netbeans.modules.project.ui.actions.LookupSensitiveAction.actionPerformed(LookupSensitiveAction.java:166)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
Comment 1 Oleg Khokhlov 2009-05-22 15:11:33 UTC
Created attachment 82658 [details]
stacktrace