]
Brian Fitzpatrick commented on JBIDE-7432:
------------------------------------------
This is definitely strange. I can do all the usual calls - GET, POST, PUT, DELETE
But when I try to do an OPTIONS call I get:
11:13:15,401 ERROR [STDERR] 518424 [http-localhost%2F127.0.0.1-8080-1] INFO
org.jboss.resteasy.core.SynchronousDispatcher - No resource method found for options,
return OK with Allow header
OPTIONS method returns [POST, OPTIONS] for RESTEasy simple project in
Web Service Test View
--------------------------------------------------------------------------------------------
Key: JBIDE-7432
URL:
https://jira.jboss.org/browse/JBIDE-7432
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.CR1
Reporter: Ben Clare
Assignee: Brian Fitzpatrick
Fix For: 3.2.0.CR1
Attachments: GETResponse.png, OPTIONSResponse.png, POSTData.png,
POSTResponse.png
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
I have set up the RESTEasy sample project (simple) and used the Web Service Test View to
return the available options. The options are:
POST, OPTIONS
The documentation located at
http://community.jboss.org/wiki/UsingtheWebServiceTester
suggests that the options should be:
GET, HEAD, POST, PUT, DELETE, TRACE, and OPTIONS
The JBoss Tools Project Examples version is reported by Eclipse as:
JBoss Tools Community Project
Examples 1.1.0.v20100908-1606-H23-M2 org.jboss.tools.community.project.examples.feature.feature.group
Any idea as to why the options do not include GET, HEAD, PUT, DELETE and TRACE
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: