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 95728 - No "Use JDK 5 and Set Source Level to 1.5" in the New EJB Module wizard
Summary: No "Use JDK 5 and Set Source Level to 1.5" in the New EJB Module wizard
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: REGRESSION
Depends on:
Blocks: 87857
  Show dependency tree
 
Reported: 2007-02-15 18:04 UTC by Andrei Badea
Modified: 2007-02-16 09:15 UTC (History)
1 user (show)

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 Andrei Badea 2007-02-15 18:04:23 UTC
[ self-compiled 070215 ]

1. Run NetBeans on JDK 1.6, add a 1.5 platform.
2. Invoke the New EJB Module wizard.

ERROR: although the default platform is 1.6 and the default target Java EE
version is Java EE 5, the warning about the source level and Java EE version
mismatch and the "Use JDK 5 and Set Source Level to 1.5" do not appear in the
wizard.

Radko, IIRC this used to work in 5.5, right?
Comment 1 Radko Najman 2007-02-15 20:38:08 UTC
I think it is a correct behaviour. Source level should be set automatically to
1.5. For more details see issue #89131.
You are right that there was a warning panel in NB 5.5 but regarding the
mentioned issue it is not necessary now.
Comment 2 Andrei Badea 2007-02-16 09:15:55 UTC
Thanks, closing then.