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 225138 - GlassFish4 Web Profile is not recognized properly
Summary: GlassFish4 Web Profile is not recognized properly
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.3.1
Hardware: All All
: P2 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-21 13:12 UTC by Martin Fousek
Modified: 2013-02-25 15:29 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 Martin Fousek 2013-01-21 13:12:50 UTC
This issue correspond with the EE.4 from http://wiki.netbeans.org/JavaEE7.

I have web profile of GF4 server. When this server is registered in the IDE it reports that it supports Web (Profile.JAVA_EE_7_WEB) and Full (Profile.JAVA_EE_7_FULL) profiles, but only the Web profile is correct.

I debugged to the cause of these troubles and it's due to some temporary hack for EE7, see for more information: Hk2JavaEEPlatformImpl#getCorrectedProfileSet()
Comment 1 TomasKraus 2013-02-25 15:25:36 UTC
GF Tooling SDK:
---------------
changeset:   421:234d865f70cd
branch:      0.3-b036
summary:     GlassFish features configuration file support working

changeset:   420:e765f90cbb4e
summary:     GlassFish features configuration file support working

changeset:   419:266ea0037d7f
branch:      0.3-b036
summary:     Java SE config is now available in ConfigBuilder API

changeset:   418:599705c3147f
branch:      0.3-b036
summary:     Java EE config is now available in ConfigBuilder API

changeset:   417:ef0577764756
branch:      0.3-b036
summary:     Added Java EE config into server config parser

changeset:   416:1d9c3d6f49b6
summary:     Java SE/EE config is now available in ConfigBuilder API

changeset:   415:3e53168f3ed8
summary:     Added Java EE config into server config parser

changeset:   414:4e835bdbe357
branch:      0.3-b036
summary:     Bug# 225645 - Allow configuration of lookup paths
             to be passed without path search /expansion.

changeset:   412:12af72daae90
summary:     Bug# 225645 - Allow configuration of lookup paths
             to be passed without path search /expansion.

changeset:   411:cd291b678bc0
summary:     GlassFish server JPA support matrix.

NetBeans web-main:
------------------
changeset:   245998:4ebca528f38b
branch:      javaee7
summary:     Resolved conflict in Hk2JavaEEPlatformFactory, using my
             local copy

changeset:   245525:8113ce2aeb32
branch:      javaee7
summary:     GlassFish JavaEEPlatform features XML files moved to GlassFish Tooling SDK

changeset:   245524:20c0edef014e
branch:      javaee7
summary:     Removed GlassFish V3 Prelude support. GlassFish JavaEEPlatform features are config
ured in XML file

changeset:   245523:df323b0df53d
branch:      javaee7
summary:     GlassFish Tooling SDK updated to support full Glassfish features
             configuration file format

There were a lot of changes in this area in February. GlassFish4 profile should be ok now and both WEB and FULL profiles are configured. Method getCorrectedProfileSet() was removed.
Comment 2 TomasKraus 2013-02-25 15:27:00 UTC
I'm closing this bug now. Please check if current behaviour is correct and reopen it if not.