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 154713 - enabled serverplugins are not available for ie webapps
Summary: enabled serverplugins are not available for ie webapps
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 154737 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-05 11:46 UTC by Lukas Jungmann
Modified: 2009-06-21 13:43 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 Lukas Jungmann 2008-12-05 11:46:19 UTC
-start IDE with fresh userdir
-create (and activate) java se project
-restart the IDE
-open some pre-existing web application

=> missing server dialog appears - hmmm, why not

-right-click on the project and choose "Resolve missing server"

=> dialog which appears is empty and there's no simple way to activate particular plugins here; I'd expect here a list
of plugins which are ready to be activated/used if they are already presented somewhere in the IDE installation

only note that the case when there's no serverplugin already downloaded with the distro is a bit different and is IMO
handled correctly
Comment 1 Lukas Jungmann 2008-12-05 12:04:46 UTC
actually this seems to be a bit different issue:

-in tools -> plugins -> installed I can see that several serverplugins are installed and activated (GF-v1,2, GF-v3,
Tomcat among others)

-in services->server->add server I can add/register only GF-v3

-in resolve missing server dialog or new web app project wizard I'm not able to add & use any server

and after restart of the IDE after enabling webapplications everything seems to be working correctly
Comment 2 Lukas Jungmann 2008-12-05 13:04:41 UTC
this should be IMO resolved before merge to trunk
Comment 3 Jaroslav Tulach 2008-12-17 09:30:05 UTC
Yes, I can confirm that the "Add Server Instances Dialog" is empty and it should not be.


Comment 4 Jaroslav Tulach 2008-12-17 13:15:16 UTC
core-main # 54449729a0aa
Comment 5 Jaroslav Tulach 2008-12-17 17:38:21 UTC
*** Issue 154737 has been marked as a duplicate of this issue. ***
Comment 6 Quality Engineering 2008-12-18 06:35:45 UTC
Integrated into 'main-golden', will be available in build *200812180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/54449729a0aa
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #154713: We need to keep references to FileObjects and their listeners, otherwise they can garbage collect
Comment 7 Ken Frank 2008-12-18 16:38:11 UTC
 
I saw the following which could be related but 
when web/ee is activiated and then want to create web app project, it
> > asks for server, since of course
> > server not intstalled as part of unzip.

> >
> > but when click add in the web app wizard panel, instead get msg to use
> > plugins manager to add plugins - this itself seems to ask a lot of users
> > where in past it did not.

although it could happen even when server installed but want to use another server 

--> is it related to this issue or instead a design change to not allow
to add server clicking on add button in new web project wizard vs need to
use plugins mgr ?

ken.frank@sun.com