[jira] [Closed] (PLUTO-693) PortletURLImpl.setBeanParameter(PortletSerializable bean) does not attempt to determine the name of the specified bean
"Neil Griffin (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.jakarta.pluto.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/PLUTO-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Neil Griffin closed PLUTO-693.
------------------------------
Resolution: Fixed
Assignee: Neil Griffin (was: Scott Nicklous)
Fix Version/s: 3.0.1
Fixed in commit [349aa33181700411cd580a39ba1b2c26be3c8879|https://github.com/apache/portals-pluto/commit/349aa33181700411cd580a39ba1b2c26be3c8879].
> PortletURLImpl.setBeanParameter(PortletSerializable bean) does not attempt to determine the name of the specified bean
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: PLUTO-693
> URL: https://issues.apache.org/jira/browse/PLUTO-693
> Project: Pluto
> Issue Type: Bug
> Components: portlet container
> Affects Versions: 3.0.0
> Reporter: Neil Griffin
> Assignee: Neil Griffin
> Priority: Major
> Fix For: 3.0.1
>
>
> The {{PortletURLImpl.setBeanParameter(PortletSerializable bean)}} method has the following commented-out code:
> {code:java|title=PortletURLImpl.java}
> // TODO: must be fixed when the bean implementation is integrated!!
> //String name = PortletStateScopedBeanHolder.getParameterName(bean.getClass());
> {code}
> Because of this, it does not attempt to determine the name of the specified bean and fails to set the associated render parameter. Since the method is not yet tested by the TCK (see PLUTO-692) there are no associated TCK failures.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)