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

Summary: IllegalArgumentException: Could not get javaMethod for operation org.netbeans.modules.websvc.saas.model.WsdlSaasMethod@33eb3c2
Product: webservices Reporter: PolesApart
Component: ManagerAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221062
Attachments: stacktrace

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