Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License.  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

=====================================
Object Model Open Issue List
=====================================

Pluto doesn't provide full-fidelity of the portlet.xml
A lot of short-cuts are taken
This document lists all known issues


PortletDefinition
-----------------
1. expirationCache, why String? (Pluto)

2. Display Name doesn't have language support (array)
    Look at Paul's Castor implementation, already solved
        see old model: org.apache.jetspeed.om.common.base.BaseDisplayName

3. Description is missing
    It also uses an array based on language
    see old model: org.apache.jetspeed.om.common.impl.CastorJdoPortletDescription

4. Supports ID is not stored
        <supports id="Minimal support">

5. Not tested or mapped
<xs:element name="supported-locale" type="portlet:supported-localeType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="resource-bundle" type="portlet:resource-bundleType" minOccurs="0"/>
<xs:element name="security-role-ref" type="portlet:security-role-refType" minOccurs="0" maxOccurs="unbounded"/>
