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 105439 - cannot run/test REST services
Summary: cannot run/test REST services
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-01 21:54 UTC by Lukas Jungmann
Modified: 2007-06-11 20:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-06-01 21:54:53 UTC
hudson-trunk-#116

-create new web project
-create new rest stuff in it
-build project

=> restbean task is never invoked because of missing rest.support.on property in
project.properties (one cannot run Test REST Services action)

(could be caused by the merge of the metadata model today)
Comment 1 Lukas Jungmann 2007-06-01 22:30:34 UTC
Clarification:

if I do:

-create new webapp
-create entity classes from db in it
-create rest from entities

then if works correctly, but if I do

-create new webapp
-create generic rest service

or

-create new webapp
-create generic rest service
-create entity classes from db in it
-create rest from entities

then it does not work
Comment 2 Nam Nguyen 2007-06-02 17:42:23 UTC
This is due to work in progress on the Generic REST Web Service Wizard.
Fixed by turning on rest.support.on=true when GenericResourceCodeGenerator is
called.
Comment 3 Lukas Jungmann 2007-06-11 20:42:01 UTC
v.

BTW: Nam, please don't forget to set target milestone when you're fixing some
issue, so we know for which release/milestone it is fixed. Thanks.