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 248953 - REST: Customer Database sample wizard does not generate WEB-INF folder
Summary: REST: Customer Database sample wizard does not generate WEB-INF folder
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Samples (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-27 15:04 UTC by Jiri Kovalsky
Modified: 2015-04-17 12:11 UTC (History)
0 users

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 Jiri Kovalsky 2014-11-27 15:04:59 UTC
Product Version: NetBeans IDE Dev (Build 201411260001)
Updates: Updates available
Java: 1.8.0_25; Java HotSpot(TM) 64-Bit Server VM 25.25-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_25-b17
System: Linux version 3.13.0-24-generic running on amd64; UTF-8; en_US (nb)

Description:
============
Generating Customer Database REST sample does not fully work. Right after generation when project is being opened NetBeans complains that deployment descriptor directory is missing. Due to this error the application cannot be built.

Steps to reproduce:
===================
1. Invoke "File > New Project..." from main menu.
2. Select "Samples > Web Services" category and "REST: Customer Database (Java EE 6)" project.
3. Push "Next >" and "Finish" buttons.
4. NetBeans will complain that module descriptor directory is missing.
5. If you invoke "Build" from popup menu of the project, it will fail with ".../web/WEB-INF does not exist." error.
Comment 1 Petr Hejl 2015-04-16 12:16:16 UTC
Fixed in web-main 9b73dabd67d8.
Comment 2 Quality Engineering 2015-04-17 03:02:49 UTC
Integrated into 'main-silver', will be available in build *201504170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9b73dabd67d8
User: Petr Hejl <phejl@netbeans.org>
Log: #248953 - REST: Customer Database sample wizard does not generate WEB-INF folder
Comment 3 Jiri Kovalsky 2015-04-17 12:11:05 UTC
Product Version: NetBeans IDE Dev (Build 201504170001)
Java: 1.8.0_40; Java HotSpot(TM) 64-Bit Server VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b25
System: Linux version 3.13.0-24-generic running on amd64; UTF-8; en_US (nb)

Verified. Thanks for the fix Petre.