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 227127 - Redundant ApplicationConfig dialog box
Summary: Redundant ApplicationConfig dialog box
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.3.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 21:45 UTC by arungupta
Modified: 2013-05-14 23:55 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 arungupta 2013-03-06 21:45:13 UTC
If a Maven project has REST Web services, opening the project pops the wizard that asks for generating the ApplicationConfig class. This is in spite of the fact that the project already contains:

@javax.ws.rs.ApplicationPath("webresources")
public class ApplicationConfig extends Application {
}

Seems like NetBeans is looking for class in a specific package.

This happens during first time opening only. Everything works fine after canceling the dialog.
Comment 1 Petr Jiricka 2013-05-14 09:31:19 UTC
David, didn't you just fix this recently?
Comment 2 David Konecny 2013-05-14 23:55:47 UTC
This should be OK on the latest dev build. There was issue 228850 which might be related. Another thing is that I completely removed this configuration dialog.