Receiving "Cannot find fully qualified class: org.jboss.portletbridge.application.PortletStateManager" when running JBoss Portletbridge in JPP 6.

Solution Verified - Updated -

Environment

  • JBoss Portal Platform(JPP) 6.x

Issue

The following error is throwing

Cannot find fully qualified class: org.jboss.portletbridge.application.PortletStateManager 

with following configuration in faces-config.xml

 <view-handler>org.jboss.portletbridge.application.PortletViewHandler</view-handler>  
 <state-manager>org.jboss.portletbridge.application.PortletStateManager</state-manager>

Resolution

Both

   org.jboss.portletbridge.application.PortletViewHandler

and

   org.jboss.portletbridge.application.PortletStateManager

are no longer needed in Portletbridge 3 used in JPP.

The class org.jboss.portletbridge.application.PortletStateManager exists in Portletbridge 2 but is not available in Portletbridge 3 anymore.

Therefore, it's safe to remove those entries from the faces-config.xml.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments