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 198051

Summary: RESTful Java client doesn't see changes in WS
Product: webservices Reporter: Denis Anisimov <ads>
Component: ClientAssignee: Denis Anisimov <ads>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description Denis Anisimov 2011-04-25 06:17:44 UTC
- Create Web project
- Create RESTful WS from pattern.
- Generate RESTful Java client for created WS.
- Change RESTful WS in the following way: add @Path annotation with some 
value f.e. : @Path("{id}")
- Generate RESTful Java client for changed WS.
- Compare two generated Java clients. They are the same.
- Restart NB and generate client one more time.
The result differs from previous generation : there is a method that contains handling of "id" path parameter .

It means that RESTful WS method is not updated on change @Path annotation.
Comment 1 Denis Anisimov 2011-04-25 13:11:41 UTC
changeset:   192680:7e6807c72f11
Comment 2 Quality Engineering 2011-04-26 04:56:50 UTC
Integrated into 'main-golden', will be available in build *201104260000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7e6807c72f11
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#198051 - RESTful Java client doesn't see changes in WS