Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2RC1
-
Fix Version/s: 2.5.0Release
-
Component/s: Testing, Running, Debugging
-
Labels:None
-
Number of attachments :
Description
This issue was resolved in release 2.0.2 (see GRECLIPSE-705) but has resurfaced in the latest 2.1.2 release:
Caught: groovy.lang.MissingMethodException: No signature of method: groovyx.net.http.HTTPBuilder.request() is applicable for argument types: (groovyx.net.http.Method, com.openmarket.payments.campaign.validation.AuthRequest$_send2_closure1) values: [PUT, com.openmarket.payments.campaign.validation.AuthRequest$_send2_closure1@25071521]
Possible solutions: request(groovyx.net.http.Method, groovy.lang.Closure), request(groovyx.net.http.Method, java.lang.Object, groovy.lang.Closure), request(java.lang.Object, groovyx.net.http.Method, java.lang.Object, groovy.lang.Closure)
Issue Links
- is depended upon by
-
GRECLIPSE-482
GroovyWS script doesnt work when run from the eclipse plugin
-
First, what happens when you do Run as -> Java Application?
Also, can you attach a simple script that reproduces the problem?