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 194731 - [70cat] JBoss 6 recognized as a Java EE 5 server
Summary: [70cat] JBoss 6 recognized as a Java EE 5 server
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-26 12:19 UTC by misterm
Modified: 2011-01-26 15:15 UTC (History)
2 users (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 misterm 2011-01-26 12:19:40 UTC
The new JBoss AS 6 is supposed to provide Java EE 6 compatibility, but gets recognized as a Java EE 5 server.


Product Version = NetBeans IDE Dev (Build 110119-4185b15fc8cf)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_19
Runtime = Java HotSpot(TM) Client VM 16.2-b04
Comment 1 Petr Hejl 2011-01-26 13:55:05 UTC
Please describe exactly what do you actually report? Can you select EE6 in project wizard? What is the exact JBoss version. Which domain did you selected during registration?

Which dialog/IDE feature is reporting JBoss6 is EE5?
Comment 2 misterm 2011-01-26 14:04:19 UTC
> Can you select EE6 in project wizard? 

The IDE recognizes the Java EE version supported by the AS, it is not an input from the user.

> What is the exact JBoss version. 

JBoss 6.0 GA

> Which domain did you selected during registration?

A manual copy of default (this is a best practice, never to use the conf but to copy it per project/group of projects).

> Which dialog/IDE feature is reporting JBoss6 is EE5?

Several: the wizard itself, the enterprise application project in its properties window, the EJB module project etc.
Comment 3 Petr Hejl 2011-01-26 14:27:25 UTC
(In reply to comment #2)
> > Can you select EE6 in project wizard? 
> 
> The IDE recognizes the Java EE version supported by the AS, it is not an input
> from the user.

Yes, but in project wizard user can select different version of the EE spec. The recently used version is preselected. Can you select the EE6 in project wizard?
Comment 4 misterm 2011-01-26 14:35:38 UTC
For a new project, yes.

It might be my mistake because I never used Java EE features from the IDE before (always did freeform projects), but what I mean is that Java EE support for the server can't be changed once the project is created, at least from the UI.
Comment 5 Petr Hejl 2011-01-26 15:15:00 UTC
Yes. That's by design. The change could cause so many incompatibilities and deployment problems.