The way it was done in the demo server, was to go in to the portal sar and edit the
default-object.xml, changing default to Home. However, this was done with a clean DB.
The reason the CMS breaks, is because the CMS is looking for
default.default.CMSPortletWindow, as you can see here:
http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/cmsPortlet.ht...
<attribute
name="TargetWindowRef">default.default.CMSPortletWindow</attribute>
|
Change that to:
<attribute
name="TargetWindowRef">default.Home.CMSPortletWindow</attribute>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961271#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...