I'm running portal 2.0 in jboss 4.0.2. The issue I'm having is trying to get 
HttpSession attributes in PortletSession.

PortletSessionImpl uses a prefix of "javax.portlet.p." which prevents 
HttpSession attributes from being returned.  The private HttpSession in 
PortletSessionImpl has the attributes I need but the getters will not return 
them due to the prefix.

PortletSessionIpml implements PortletSession which states: 
"Therefore all HttpSession listeners do apply to the portlet session and 
attributes set in the portlet session are visible in the HttpSession and vice 
versa."....so (per spec) shouldn't these be available?

Is there a work around to get to the HttpSession attributes?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906085#3906085

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906085


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to