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 271218 - Class ApplicationConfig is missing
Summary: Class ApplicationConfig is missing
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P2 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-02 11:04 UTC by Anda77
Modified: 2017-08-02 11:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
List of deployed applications (16.18 KB, image/png)
2017-08-02 11:04 UTC, Anda77
Details
Warning Test resources URI (12.55 KB, image/png)
2017-08-02 11:05 UTC, Anda77
Details
Folder application (22.92 KB, image/png)
2017-08-02 11:06 UTC, Anda77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anda77 2017-08-02 11:04:47 UTC
Created attachment 164882 [details]
List of deployed applications

I created a web project using GlassFish 4.1.1 and Java EE7

Then using the wizard I created a REST service from database.

I noticed that is no file ApplicationConfig in my sources.

When I want to 'Test Resouces Uri'  I got a warning said: 'The application is not deployed'.

But my application is deployed.

Here my screenshots.
Comment 1 Anda77 2017-08-02 11:05:28 UTC
Created attachment 164883 [details]
Warning Test resources URI
Comment 2 Anda77 2017-08-02 11:06:35 UTC
Created attachment 164884 [details]
Folder application
Comment 3 Anda77 2017-08-02 11:08:26 UTC
I have another project using Java EE6 and there is a class named ApplicationConfig and when I tried 'Test Resouce URI' the result is Ok.

Thanks a lot!