Mohd Ahmed Khan created PLUTO-645: ------------------------------------- Summary: RuntimeException during initialization of portlet does't put is out of service Key: PLUTO-645 URL: https://issues.apache.org/jira/browse/PLUTO-645 Project: Pluto Issue Type: Bug Components: portlet container Affects Versions: 2.1.0-M3 Reporter: Mohd Ahmed Khan
Failing test case: 1) V2AddlPortletTests_SPEC2_5_Initialization_initialization6 - A RuntimeException thrown during initialization must be handled as a PortletException The portlet container must not initialize the portlet once it throws PortletException. Since, RuntimeException must be handled as PortletException, it should also work the same. Observed behavior - Pluto ignores the exception and digests the raised exception (Exception is also not visible in error log). Expected behavior - Pluto must not place the portlet object into active service and it must release the portlet object. -- This message was sent by Atlassian JIRA (v6.3.4#6332)