Hi ,
I deployed my orbeon web application in liferay (tomcat 6.0) portal. I am using CAS for authentication. I am using login and logout from liferay. What I should need to do is call oxf:session-invalidator processor when I logout. I used the below document to call the XPL session-destroyed.xpl that contains the above processor. http://www.orbeon.com/ops/doc/reference-listeners I am using Orbeon Forms 3.7.1 (Developer Release). The problem is when I login or logout from liferay, it is always calling session-created.xpl and also calling it 5 times. What I mean is it is calling sessionCreated method from OPSSessionListener class but not the sessionDestroyed method when I logout. So please let me what I am doing wrong? |
Administrator
|
On Thu, Oct 1, 2009 at 4:33 PM, TirupatiReddy <[hidden email]> wrote:
> I deployed my orbeon web application in liferay (tomcat 6.0) portal. I am > using CAS for authentication. I am using login and logout from liferay. What > I should need to do is call oxf:session-invalidator processor when I logout. > I used the below document to call the XPL session-destroyed.xpl that > contains the above processor. > > http://www.orbeon.com/ops/doc/reference-listeners > > I am using Orbeon Forms 3.7.1 (Developer Release). > > The problem is when I login or logout from liferay, it is always calling > session-created.xpl and also calling it 5 times. > > What I mean is it is calling sessionCreated method from OPSSessionListener > class but not the sessionDestroyed method when I logout. > > So please let me what I am doing wrong? you deploy Orbeon Forms as a portlet, or also when you deploy it as a regular web app (servlet)? If it happens as a web app, can you reproduce the issue with a plain Tomcat (it is easier for us to reproduce issues on Tomcat). Alex -- Orbeon Forms - Web forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Thanks Alex for your reply.
It used to work in stand alone environment without liferay. Now I fixed this one in liferay also. The problem was happending because of the below two lines in liferay-portlet.xml <private-session-attributes>false</private-session-attributes> <private-request-attributes>false</private-request-attributes> when I commented out those two lines, it is working as expected.
|
Free forum by Nabble | Edit this page |