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 209711 - changes in "REST Resources configuration" are not performed
Summary: changes in "REST Resources configuration" are not performed
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-19 01:31 UTC by David Konecny
Modified: 2012-04-05 09:38 UTC (History)
1 user (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 2012-03-19 01:31:40 UTC
In NetBeans 7.1.1. when I change library in "Source" combo box or completely disable "Add Jersey library" and press OK nothing happens in my project and reopening the dialog shows previous values. I would think that my project classpath gets updated.
Comment 1 David Konecny 2012-03-19 01:51:03 UTC
Also changing other options in this dialog (Application versus web.xml) should result in automatic project rebuild to see the changes, eg. to see generate source code disappear.
Comment 2 David Konecny 2012-03-19 02:45:45 UTC
In fresh new Web Project I'm creating REST services from DB and in %SUBJ% dialog I unticked "Add Jersey Library" checkbox yet after services are generated I can see Jersey 1.8 on project classpath. That's wrong no?
Comment 3 Denis Anisimov 2012-04-03 06:45:29 UTC
(In reply to comment #2)
> In fresh new Web Project I'm creating REST services from DB and in %SUBJ%
> dialog I unticked "Add Jersey Library" checkbox yet after services are
> generated I can see Jersey 1.8 on project classpath. That's wrong no?

Cannot reproduce it with 7.2
Comment 4 Denis Anisimov 2012-04-03 06:46:28 UTC
(In reply to comment #1)
> Also changing other options in this dialog (Application versus web.xml) should
> result in automatic project rebuild to see the changes, eg. to see generate
> source code disappear.

Has no sense to fix this because of issue #209713.
Comment 5 Denis Anisimov 2012-04-03 11:13:48 UTC
web-main#786b15bd4134
Comment 6 Quality Engineering 2012-04-04 10:08:29 UTC
Integrated into 'main-golden', will be available in build *201204040400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/786b15bd4134
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#209711 - changes in "REST Resources configuration" are not performed
Comment 7 Denis Anisimov 2012-04-04 11:56:20 UTC
Changes in the fix break REST ws initial creation via wizard:
select IDE bundled Jersey in the REST configuration dialog shown on REST wizard.
Jersey will not be added in the result.
Comment 8 Denis Anisimov 2012-04-04 12:00:41 UTC
Correction :
web-main#fb434c0c4260
Comment 9 Quality Engineering 2012-04-05 09:38:50 UTC
Integrated into 'main-golden', will be available in build *201204050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/fb434c0c4260
User: Denis Anisimov <ads@netbeans.org>
Log: Fix regression after fix for BZ#209711 - changes in "REST Resources configuration" are not performed