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

Summary: J2EE version is wrong in Properties for Java EE5
Product: javaee Reporter: Jaroslav Pospisil <jpospisil>
Component: Web ProjectAssignee: Radko Najman <rnajman>
Status: VERIFIED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

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