PortletStatisticLifecycle
Since 3.2 all portlets can be monitored unlike in 3.1 where they had to be WebUI portlets
To run on GateIn 3.2 you will need to remove the usage of org.exoplatform.portal.application.PortletStatisticLifecycle
<listener>org.exoplatform.portal.application.PortletStatisticLifecycle</listener>
from the descriptors in your applications.
Comments