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

Summary: Spring Portlets should be JavaBasedPortlets
Product: contrib Reporter: bharani <bharani>
Component: PortalpackAssignee: _ chetansanth <chetansanth>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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