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 190712 - Unable to select Server for Maven J2EE Version 1.6 project
Summary: Unable to select Server for Maven J2EE Version 1.6 project
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-01 19:20 UTC by ray.seaward
Modified: 2011-11-16 16:40 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 ray.seaward 2010-10-01 19:20:39 UTC
With a new Maven Java Web project, with J2EE version 1.6, you are unable to select a NetBeans-registered server for Project Properties --> Run --> Server. The Server list remains empty (with the default "<No Server Selected>".)

Note: The server list populates when the J2EE version is 1.5
Comment 1 Petr Jiricka 2011-01-25 14:37:18 UTC
Hi, which servers do you have registered in the IDE? The reason could be that none of the servers you have is Java EE 6 compatible.
Comment 2 Petr Hejl 2011-02-17 10:21:57 UTC
Expecting user feedback.
Comment 3 ale.ocampo 2011-05-05 21:45:30 UTC
i have the same issue with Glassfish v2.1
Comment 4 Petr Jiricka 2011-05-06 09:42:38 UTC
GlassFish v2.1 is only Java EE 5 compatible, not Java EE 6. So the IDE does not offer it for Java EE 6 projects. You need to use GlassFish 3.x with Java EE 6 projects.
Comment 5 ale.ocampo 2011-05-06 14:01:30 UTC
thanks, now it appears