Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.1-rc3
-
None
-
All
Description
The Admin portlet application uses the org.apache.pluto.portalImpl.Deploy class to deploy a custom portlet, calling its main() method. However, main() catches and eats all Exceptions except for printing a stack trace to standard output. These Exceptions need to be rethrown and dealt with by the DeployWarPortlet in the Admin portlet app.