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 155298 - GlassFish v3 should be the default when adding a new server
Summary: GlassFish v3 should be the default when adding a new server
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 07:51 UTC by Petr Jiricka
Modified: 2009-08-10 13:32 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 Petr Jiricka 2008-12-12 07:51:19 UTC
1. Start a zip-based build of the full IDE. This build does not contain any bundled web containers.
2. Go to Tools -> Servers
3. Click "Add server..."
=> GlassFish v2 is selected by default; v3 should be the default.

This is related to issue 150346.
Comment 1 Vince Kraemer 2008-12-15 02:54:03 UTC
that makes sense... now that v3 has started to release 'full' builds.... when v3 was just a web container this would not be the case
Comment 2 Petr Jiricka 2009-03-04 14:30:31 UTC
Now I see that Appserver 8.2 is the default server in the latest builds, which is even worse. Raising to P2.

Regarding the v2 vs. v3, if the choice is between "v2.x" and "v3 Prelude", which one should be the default? When
creating a web application, v3 Prelude is the default (this was a request from the GlassFish team). Shouldn't that be
the same as when adding a server? (Regardless of the fact that v3 Prelude is a web-only server).
Comment 3 Vince Kraemer 2009-03-04 14:43:35 UTC
I have not looked at this. the TM was set by a third party.. wishful thinking i guess.
Comment 4 Vince Kraemer 2009-03-05 00:23:56 UTC
I have a fix for the p2-ness of this issue.

http://hg.netbeans.org/main/rev/58823cdcda6b and http://hg.netbeans.org/main/rev/f39763f98495

The code in ServerWizardVisual.java is still buggy, since it depends on the display name of a server plugin which is
questionable in an app that should be i18n and is likely to be localized.

I will lower the priority to p4 and assign back to the codes original author.
Comment 5 Quality Engineering 2009-03-06 09:14:45 UTC
Integrated into 'main-golden', will be available in build *200903060201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/58823cdcda6b
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #155298: sjsas 8.2 is the default server choice... booo
Comment 6 Petr Hejl 2009-08-10 13:32:32 UTC
This is alredy fixed afaik.