You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "ZHENG Zhong (JIRA)" <ji...@apache.org> on 2006/02/10 12:16:57 UTC

[jira] Closed: (PLUTO-166) Creation of PreferencesValidator breaks the portlet spec.

     [ http://issues.apache.org/jira/browse/PLUTO-166?page=all ]
     
ZHENG Zhong closed PLUTO-166:
-----------------------------

    Resolution: Fixed

Fixed.

> Creation of PreferencesValidator breaks the portlet spec.
> ---------------------------------------------------------
>
>          Key: PLUTO-166
>          URL: http://issues.apache.org/jira/browse/PLUTO-166
>      Project: Pluto
>         Type: Bug
>   Components: portlet container
>     Versions: 1.1.0-alpha1
>     Reporter: @deprecated ZHENG Zhong
>     Assignee: ZHENG Zhong
>      Fix For: 1.1.0

>
> The portlet spec states (PLT 14.4):
> If a portlet definition includes a validator, the portlet container must create a single validator instance per portlet definition. If the application is a distributed application, the portlet container must create an instance per VM.
> While in the current implementation (Branch pluto-1.1, PortletPreferencesImpl.store() ), every time the method store() is called, a new PreferencesValidator instance is created. The validator should have been associated with the portlet definition, not the store() method.
> ZHENG Zhong

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira