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 156400 - Add Java EE 6 constant
Summary: Add Java EE 6 constant
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P1 blocker (vote)
Assignee: apireviews
URL: http://wiki.netbeans.org/JavaEE6Constant
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2009-01-07 07:52 UTC by Vince Kraemer
Modified: 2011-03-23 09:59 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
diffs (7.04 KB, text/plain)
2009-01-07 07:55 UTC, Vince Kraemer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2009-01-07 07:52:47 UTC
J2eeModule has constants for various EE spec levels.  We need to add a constant for Java EE 6.
Comment 1 Vince Kraemer 2009-01-07 07:55:01 UTC
Created attachment 75521 [details]
diffs
Comment 2 Vince Kraemer 2009-01-07 08:05:48 UTC
Modules currently declare their 'spec level' and there are constant for J2EE 1.3, J2EE 1.4 and Java EE 5.  Servers also
need to identify which spec versions that they support. This additional constant will allow us to extend the Java EE
support to include Java EE 6.  

The diff includes a couple sample usages.  This constant may need to be used in other classes.

The additional constant does not change the architecture of the j2eeserver module.
Comment 3 Petr Hejl 2011-03-23 09:59:27 UTC
No valid anymore.