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 229815 - REST Java Client wizard generates uncompilable code for Flickr rest service
Summary: REST Java Client wizard generates uncompilable code for Flickr rest service
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Client (show other bugs)
Version: 7.3.1
Hardware: All All
: P2 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-16 02:25 UTC by David Konecny
Modified: 2013-06-26 02:35 UTC (History)
2 users (show)

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 David Konecny 2013-05-16 02:25:51 UTC
Generated createAuthToken() method comes from a template websvc.saas.services.flickr/src/org/netbeans/modules/websvc/saas/services/flickr/resources/j2ee/FlickrCreateAuthToken.template which assumes Jersey 1.x API
Comment 1 Petr Jiricka 2013-05-28 08:37:52 UTC
Waiving this bug for 7.3.1.
Comment 2 Milan Kuchtiak 2013-06-25 08:03:14 UTC
Yes, getFrob and getAuthToken (j2se app) or createAuthToken (web app) methods are incorrectly generated against Jersey 2.0.
Comment 3 Milan Kuchtiak 2013-06-25 13:59:33 UTC
Fixed for 7.4
Comment 4 Quality Engineering 2013-06-26 02:35:10 UTC
Integrated into 'main-golden', will be available in build *201306252301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/08de763ac2d5
User: Milan Kuchtiak <mkuchtiak@netbeans.org>
Log: #229815 update Flick Generator to generate compilable code towards JAX-RS 2.0