-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 3.2.0.Beta1, 3.2.0.CR1, 3.2.0.Final
-
Fix Version/s: 3.2.1.Final, 3.3.0.Alpha1
-
Component/s: RichFaces
-
Labels:None
-
Environment:
Windows Server Enterprise 2008 VM, JDK1.6.0_33, PortletBridge 3.2.0.Beta1, RichFaces 4.3.0.Final, GateIn 3.5.0.Final_jbossas7, Mojarra 2.1.17, Atmosphere 1.0.1
-
Forum Reference:
-
Bugzilla References:
-
Bugzilla Update:Perform
We have been using Atmosphere for the RichFaces push feature. It has worked in previous configurations. However after upgrading the PortletBridge to 3.2.0.Beta1 (it worked in Alpha2), We are having issues.
It doesn't seem to be starting in the Portal correctly. Instead we are getting this exception:
javax.portlet.faces.BridgeDefaultViewNotSpecifiedException: No Default View specified for portlet: devTrackReport
I will attach web.xml, portlet.xml, and full stack trace.
To debug, I removed the following class from the portletbridge-extension-richfaces-3.2.0.Beta1.jar:
org.richfaces.application.push.PushContextFactory from META-INF/services, and no longer got the exception and Atmosphere started correctly.