[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-17 Thread peris
Hi friends , I got the solution from your help renderRequest.getUserPrincipal() - this code is solved my problem but previously I used "Principal principal = (Principal)request.getAttribute"org.jboss.portal.header.PRINCIPAL");" , so I got only null value. Fuchs - I tried using true

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-17 Thread apemberton
No worry, fuchs - just trying to be helpful. =) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218854#4218854 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218854 ___ jboss-u

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-13 Thread Fuchs
Excuse me, you right apemberton. I didnt saw, that the session-config is only for cluster environments. I also use the JAAS principal. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217917#4217917 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-13 Thread apemberton
Note that Fuchs's solution mentioned below enables session-replication for setting up JBoss Portal in a clustered environment; it does not solve the problem of attempting to access session attributes across web applications. View the original post : http://www.jboss.org/index.html?module=bb&op=

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-13 Thread apemberton
First, as an FYI: it usually doesn't help get responses to your forum requests by explaining the urgency of your problem. If someone has time to help, they will. Second, the problem you're seeing is a result of setting a session attribute in the portal-server.war web application and trying acce

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-13 Thread Fuchs
I think, its default not allowed. Use this: | |true | | in the jboss-portlet.xml. i found this in the jboss portal reference guide, so iam not sure if it solve the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217883#4217883 Reply

[jboss-user] [JBoss Portal] - Re: Session Problem

2009-03-13 Thread peris
This is very urgent one. I am expecting any ones reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217790#4217790 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217790 __