Hi all,
Env: 2.6, 4.2, Oracle and Alfresco
I have a portal event class which puts an attribute into the PortalSession,
thorugh PortalRuntimeContext.
I could see from the sources that in PortalSessionImpl when putting an attribute, it appends "api." to the attribute name and puts into HttpSession.
I could also see from the classes that PortletSessionImpl when getting attributes from httpSession looks for attribute names starting with either
javax.portlet.p. or javax.portlet. depending on if its in Application scope or Portlet Scope.
My problem is i want to get the object that i put in portalsession into the Portlet session.
How should i do that.Please advice.
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068811#4068811
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068811
Is there any way - even a JBoss specific way - to indicate multiple virtual hosts for a single EAR? This would allow simple deployment (and caching, etc) for an application that presented 3 WAR files, each on a different hostname.
This can be emulated, cruftily, by having each WAR installed in a different location and then having a filter double-check that the paths all match and, if they don't, redirecting appropriately. But I'd much rather just not worry about that.
Thanks! Any assistance is greatly appreciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068800#4068800
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068800