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 213013 - "Restful java client" wizard maps to wrong resource location if changed on server
Summary: "Restful java client" wizard maps to wrong resource location if changed on se...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-25 12:28 UTC by toben
Modified: 2012-05-25 16:27 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 toben 2012-05-25 12:28:26 UTC
Product Version = NetBeans IDE 7.2 Beta (Build 201205031832)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_04
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.0-b21

I changed the resource path of my rest service from "resources" to "rest". (in web.xml and rest config of netbeans) but when I create a client using the wizard "Restful java client", the generated java class maps always to resources. Where do I have to change it in my code to make the wizard work?

All projects are maven builds.
Comment 1 Denis Anisimov 2012-05-25 16:23:22 UTC
That's specific maven project issue ( REST service maven project ).
All works fine with ANT based project containing REST service.
Comment 2 Denis Anisimov 2012-05-25 16:27:04 UTC
web-main#f57d61bd6615