Hide Forgot
When you deploy sample-portal.ear into the $JBOSS_HOME/gatein/extension, then the Just Added page is not available under localhost:8080/portal/classic/page-just-added, there is also an error in localization showing "#{portal.extension.justAdde..." instead of Just Added. Server log shows that the portlet is missing org.gatein.pc.api.NoSuchPortletException: No such portlet /portal-extension.JustAddedPortlet
Cannot reproduce on a fresh JBoss Portal 6.1.1.DR2 instance with corresponding quickstarts. Firstly, the description of the issue seems to be a little bit confused: page-just-added and JustAddedPortlet are parts of portal-extension.ear. They are not included in sample portal as seems to be expected by the reporter. Secondly, scenarios with sample-portal or portal-extension always need to be done on a clean portal installation. Esp. you cannot start the portal once with portal-extension.ear deployed, then remove portal-extension.ear and start the portal again. This issue seems to be a result of some such scenario.
Ok, problem was caused by accidentally deploying portal-extension.ear instead of sample-portal.ear. So I checked it again and everything is working just fine. Sorry for confusion.