Sun Java Enterprise System 5 Update 1 Release Notes

Previously existing communities in Developer Sample are unusable after upgrading Portal Server 7.0 (6591992)

After upgrading Portal Server 7.0, communities that existed in the Developer Sample are not longer usable.

Solution Change the file /var/opt/SUNWportal/portals/portal1/desktop/default/SearchProvider/dbMenu.jsp as follows:

Old: 


com.sun.portal.desktop.util.OrderedMap dbs =
  (com.sun.portal.desktop.util.OrderedMap)pageContext.findAttribute(
  "availableDatabases");

New: 


java.util.Map dbs = (java.util.Map)pageContext.findAttribute(
  "availableDatabases");