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 151360 - Spring Portlets should be JavaBasedPortlets
Summary: Spring Portlets should be JavaBasedPortlets
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ chetansanth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-25 10:37 UTC by bharani
Modified: 2009-03-17 07:22 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 bharani 2008-10-25 10:37:07 UTC
Spring Portlets should be JavaBasedPortlets but the dialog shows NonJavaPortlets
Comment 1 Satyaranjan D 2008-11-06 07:34:38 UTC
Now creation of Spring portlet is also allowed in a java application which is a bug.
So to fix this,

In the wizard iterator of spring portlet
- Check if it's a web application
- Then check for portlet.xml in WEB-INF dir
- Check if the selected runtime server type is of type websynergy

You can refer to WebSynergy Portlets module (Ruby,PHP portlet) to see how it can be done.
Comment 2 _ chetansanth 2008-11-07 07:44:01 UTC
This issue has been fixed