Liferay Proxy Portlet - Session Expired
Posted by
skalaiselvan on
Feb 15, 2011; 1:03pm
URL: https://discuss.orbeon.com/Liferay-Proxy-Portlet-Session-Expired-tp3306728.html
Hi,
I am trying to implement the Proxy Portlet in the Liferay. I have new nightly build and deployed in the Liferay 6 latest version running on Tomcat.
I have deployed orbeon-PE.war file seprately and its running fine as expected. Also i have created a portlet using
Orbeon Form PortletAlso i have deployed orbeon-PE-proxy-portlet.war and created a new portlet as per the document
http://wiki.orbeon.com/forms/doc/developer-guide/form-runner/form-runner-proxy-portlet-guideBut if I try to create a new Form using Form Builder i am getting the Session Expired exception. I noticed in the log file it says,
12:46:22,729 ERROR [SerializableSessionAttributeListener:39] org.orbeon.oxf.xforms.state.XFormsStateManager$1 is not serializable and will prevent this session from being replicated.
Anybody facing this problem, or please let me know any configuration i have missed.
For your info i have attached the screen shot of the error which i have got and given my properties-local.xml file here
<?xml version="1.0" encoding="utf-8"?>
<properties xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oxf="http://www.orbeon.com/oxf/processors">
<property as="xs:anyURI" name="oxf.url-rewriting.service.base-uri" value="http://localhost:8080/orbeon-PE"/>
<property as="xs:string" name="oxf.url-rewriting.strategy.servlet" value="orbeon-forms-proxy-portlet"/>
</properties>
Regards,
Kalaiselvan