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 188256 - subnodes have different icons after Java EE is activated
Summary: subnodes have different icons after Java EE is activated
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P4 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-30 17:58 UTC by Vince Kraemer
Modified: 2013-07-24 22:54 UTC (History)
0 users

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 Vince Kraemer 2010-06-30 17:58:48 UTC
If you install the IDE with GlassFish only and start it, the Java EE features are not activated automatically.

The nodes under the Applications and Resources are 'generic'.

Once the Java EE features are activated, they become 'richer'...

The window to see this difference is fairly narrow... hence the use of P4.

The 'problem' is the decorator.... much of the JavaEEDecoratorFactory and the JRubyDecoratorFactory could get moved into a CommonDecoratorFactory...
Comment 1 TomasKraus 2012-11-27 13:24:54 UTC
Targeted to verify and fix in next release.
Comment 2 TomasKraus 2013-07-24 22:54:51 UTC
This can be closed.

glassfish.common was moved to the same cluster as glassfish.javaee and it requires Java EE features to be active.
Expanding Servers node with GlassFish triggers Java EE features activation.

'richer' icons are defined in glassfish.javaee in nodes code. That's why it's working this way.

I would like to merge glassfish.common, glassfish.eecommon and glassfish.javaee into a single module in the future because there is no need to keep them separated after we made a decision to move everything into the same cluster.