Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.0-M3
Description
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.