Sun Java System Portal Server 7.2 Release Notes

Deprecated or Removed Features

The following is a list of features deprecated in Portal Server 7.2:

Deprecation Notifications and Announcements

The Display Profile Locale tag may no longer be used to define the locale-specific properties in Portal Server 7.2. Use the ConditionalProperties tag with the locale type instead. For example:


<Locale language="en" country="US">
<String name="title" value="Sample JSP Channel"/>
<String name="description" value="This is the sample for the Jsp Provider"/>
</Locale>

Replace the above Locale tag with


<ConditionalProperties condition="locale" value="en_US">
<String name="title" value="Sample JSP Channel"/>
<String name="description" value="This is the sample for the Jsp Provider"/>
</ConditionalProperties>