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 256469 - IllegalArgumentException: Could not get javaMethod for operation org.netbeans.modules.websvc.saas.model.WsdlSaasMethod@33eb3c2
Summary: IllegalArgumentException: Could not get javaMethod for operation org.netbeans...
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 19:49 UTC by PolesApart
Modified: 2015-11-09 19:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221062


Attachments
stacktrace (3.46 KB, text/plain)
2015-11-09 19:49 UTC, PolesApart
Details

Note You need to log in before you can comment on or make changes to this bug.
Description PolesApart 2015-11-09 19:49:40 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 25.72-b05, OpenJDK Runtime Environment, 1.8.0_72-internal-b05
OS: Linux

User Comments:
PolesApart: Test method on webservices




Stacktrace: 
java.lang.IllegalArgumentException: Could not get javaMethod for operation org.netbeans.modules.websvc.saas.model.WsdlSaasMethod@33eb3c2
   at org.netbeans.modules.websvc.manager.ui.TestMethodAction.performAction(TestMethodAction.java:93)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:583)
Comment 1 PolesApart 2015-11-09 19:49:41 UTC
Created attachment 157234 [details]
stacktrace