Sun Java System Portal Server 7.2 릴리스 노트

폐기 또는 제거된 기능

Portal Server 7.2에서 폐기된 기능은 다음과 같습니다.

사용 중단 알림 및 통지

Portal Server 7.2에서는 더 이상 Display Profile Locale 태그를 사용하여 로켈별 등록 정보를 정의할 수 없습니다. 대신 ConditionalProperties 태그에서 locale 유형을 사용하십시오. 예:


<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>

위의 Locale 태그를 다음과 같이 바꾸십시오.


<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>