This content has been marked as final.
Show 3 replies
-
1. Re: Exception encountered using OpenFaces 3 with Portletbridge 3.0.0.Beta2
kenfinni May 11, 2012 2:59 PM (in response to abaudry)Alain,
I haven't tested Portlet Bridge with OpenFaces, so can't comment as to what the problem might be.
If you have a non portlet webapp using RichFaces 4 and OpenFaces 3, does it work?
Ken
-
2. Re: Exception encountered using OpenFaces 3 with Portletbridge 3.0.0.Beta2
wesleyhales May 11, 2012 9:48 PM (in response to abaudry)OpenFaces is trying to cast the portlet resource request to an httpservletrequest. This can only be fixed in a patch to open faces. Just search their source for use of servletrequest and replace with proper httprequest check, then send them a patch.
-
3. Re: Exception encountered using OpenFaces 3 with Portletbridge 3.0.0.Beta2
abaudry May 23, 2012 4:53 AM (in response to wesleyhales)I've downloaded their nightly build and it works much better.
Alain