Bug 418957

Summary: [regression] Servlets should not be disabled by default
Product: [WebTools] WTP Java EE Tools Reporter: Keith Chong <keith.chong.ca>
Component: jst.j2eeAssignee: Carl Anderson <ccc>
Status: RESOLVED FIXED QA Contact: Chuck Bridgham <cbridgha>
Severity: critical    
Priority: P1 CC: cbridgha, ccc
Version: 3.5.1Flags: cbridgha: review+
Target Milestone: 3.5.2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 305066    
Bug Blocks: 419804    
Attachments:
Description Flags
Set the default to true none

Description Keith Chong CLA 2013-10-08 14:57:49 EDT
+++ This bug was initially created as a clone of Bug #305066 +++

In the model regeneration for Java EE 6 (now, 7), the default for the new <enabled> attribute for servlets is false.  That means that any servlet created will not be available on the server - see section 8.2.2 of the Servlet 3.0 specification.  That is bad - we need the default to be enabled, not disabled.
Comment 1 Carl Anderson CLA 2013-10-18 01:42:41 EDT
Created attachment 236636 [details]
Set the default to true
Comment 2 Carl Anderson CLA 2013-10-24 15:15:58 EDT
Committed/released to R3_5_maintenance and master for WTP 3.5.2 and WTP 3.6 M3.