[
https://issues.jboss.org/browse/GTNWSRP-360?page=com.atlassian.jira.plugi...
]
RH Bugzilla Integration commented on GTNWSRP-360:
-------------------------------------------------
Martin Weiler <mweiler(a)redhat.com> made a comment on [bug
952129|https://bugzilla.redhat.com/show_bug.cgi?id=952129]
Closing as Won't fix, as the GateIn WSRP implementation is spec compliant. Section
7.14 - getPortletPropertyDescription Operation - of the WSRP 2.0 specification says:
"This operation allows the Consumer to discover the published properties of a Portlet
and information (e.g. type and description) that could be useful in generating a user
interface for editing the Portlet's configuration."
In one of the previous sections, the 'published properties' are defined as
"Properties that are declared in the metadata specific to a Portlet.". This
means that only those properties which are declared in the portlet deployment descriptor
(portlet.xml) are considered part of the published interface of a portlet, and are
therefore returned by the getPortletPropertyDescription method. Portlet properties which
are added only by the setPortletProperties method are not part of this published
interface. Furthermore, there is no additional information or description about these
properties available, so there would be nothing to return, besides the property name.
If the getPortletPropertyDescription should return all available properties of a portlet,
then these need to be declared in the deployment descriptor.
GetPortletPropertyDescription is missing non-portlet.xml declared
properties
----------------------------------------------------------------------------
Key: GTNWSRP-360
URL:
https://issues.jboss.org/browse/GTNWSRP-360
Project: GateIn WSRP
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Producer
Affects Versions: 2.1.7-GA
Reporter: Martin Weiler
Assignee: Chris Laprun
Calling getPortletPropertyDescription only contains properties declared in portlet.xml,
but is missing properties which have been added by a prior call to setPortletProperties.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira