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 73334 - J2EE version is wrong in Properties for Java EE5
Summary: J2EE version is wrong in Properties for Java EE5
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-03-07 13:13 UTC by Jaroslav Pospisil
Modified: 2006-09-06 14:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (118.33 KB, image/png)
2006-03-07 13:14 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2006-03-07 13:13:48 UTC
Build 200603070300

When you create web project on Glassfish wit JavaEE5 set and then open project
properties, there is in Run J2EE Version displayed as 1.5, instead of JavaEE5.
Attaching screenshot.
Comment 1 Jaroslav Pospisil 2006-03-07 13:14:11 UTC
Created attachment 29150 [details]
screenshot
Comment 2 Radko Najman 2006-09-04 09:43:49 UTC
Fixed.

Checking in Bundle.properties;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.69.6.3.2.7; previous revision: 1.69.6.3.2.6
done
Checking in CustomizerRun.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/CustomizerRun.java,v
 <--  CustomizerRun.java
new revision: 1.34.32.1.2.3; previous revision: 1.34.32.1.2.2
done
Comment 3 Jaroslav Pospisil 2006-09-04 12:11:03 UTC
VERIFIED
Comment 4 Radko Najman 2006-09-06 14:39:05 UTC
Additional fix. Display value was stored in project.properties instead of the
real value.

Checking in CustomizerRun.form;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/CustomizerRun.form,v
 <--  CustomizerRun.form
new revision: 1.13.32.1.2.1; previous revision: 1.13.32.1
done
Checking in CustomizerRun.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/CustomizerRun.java,v
 <--  CustomizerRun.java
new revision: 1.34.32.1.2.5; previous revision: 1.34.32.1.2.4
done