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

Summary: Class ApplicationConfig is missing
Product: webservices Reporter: Anda77
Component: RESTAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: List of deployed applications
Warning Test resources URI
Folder application

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!