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 93471 - Limit deployment of portlet projects to portlet server
Summary: Limit deployment of portlet projects to portlet server
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 90454
  Show dependency tree
 
Reported: 2007-01-29 19:06 UTC by Pavel Buzek
Modified: 2011-03-23 10:35 UTC (History)
4 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2007-01-29 19:06:22 UTC
The portalpack module has server plugins for several portal servers. The portal
servers can be selected as target servers on any web module. It would be
desirable to make it possible to identify a plugin as a portlet plugin and
distinguish it from a "standard" j2ee server. Then the IDE should allow the user
to select portal server only if the project is a portlet project and vice versa
- for a portlet project the user should not be able to select a standard j2ee
server. 

Note: This is similar to how the IDE knows that an ejb module cannot be deployed
to tomcat.

Perhaps we could use isToolSupported() or getSupportedModuleTypes() from
J2eePlatform for this?
Comment 1 Sherold Dev 2007-02-01 15:18:50 UTC
Yeah, using the tool support api seems to be a viable option. I will look at
portals a bit more, however, before making any decision.
Comment 2 _ potingwu 2007-09-29 17:11:32 UTC
In order to make the Visual Web portlet support available from the update center when NetBeans 6.0 FCS is released,
should we implement this feature as soon as possible? Thanks!