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 151639 - Test RESTful Web Sevices from existing source
Summary: Test RESTful Web Sevices from existing source
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-28 18:38 UTC by mikesbeans
Modified: 2008-10-28 18:38 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mikesbeans 2008-10-28 18:38:32 UTC
Hi,
I am trying to use your Test RESTful Web Sevices feature from existing source code. I created a new Web project: Web 
Application with existing sources. I am using Glassfish V2 which came with the NetBeans 6.1 install. Everything 
compiles and the RESTful Web Services are found, but the menu item "Test RESTful Web Services" is greyed out. I noted 
in /nbproject/ there is no rest-build.xml and I have found that adding the propery "rest.support.on=true" to 
project.properties, then menu item shows up, but I am getting other errors. So what is the proper setup to do this?

thanks,

Mike