Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
-
None
Description
Currently, PortletAppDescriptorServiceImpl is using explicit schema based JAXB unmarshalling. (.../portlet-app_1_0.xsd or .../portlet-app_2_0.xsd).
However, if we allow empty namespaced descriptor as well, then I think it would be very convenient.
Because "version" attribute of portlet-app element is required one, we can infer its implicit namespaces.