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
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
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
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=
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
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
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
__