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 - RESTful Java client doesn't see changes in WS
Summary: RESTful Java client doesn't see changes in WS
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 7.0.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-25 06:17 UTC by Denis Anisimov
Modified: 2011-04-26 04:56 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 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