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/14 17:00:14 UTC

[jira] Created: (PLUTO-205) PortletPreferences.store() does not throw IllegalStateException when called within render()

PortletPreferences.store() does not throw IllegalStateException when called within render()
-------------------------------------------------------------------------------------------

         Key: PLUTO-205
         URL: http://issues.apache.org/jira/browse/PLUTO-205
     Project: Pluto
        Type: Bug
  Components: portlet container  
    Versions: 1.1.0    
    Reporter: ZHENG Zhong
 Assigned to: ZHENG Zhong 
     Fix For: 1.1.0


Portlet spec PLT.14.1, page 58, line 20-21:

If the store method is invoked within the scope of a render method invocation, it must throw an IllegalStateException.

See pluto-testsuite :: org.apache.pluto.testsuite.test.PreferenceInRenderTest

-- 
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


[jira] Resolved: (PLUTO-205) PortletPreferences.store() does not throw IllegalStateException when called within render()

Posted by "ZHENG Zhong (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/PLUTO-205?page=all ]
     
ZHENG Zhong resolved PLUTO-205:
-------------------------------

    Resolution: Fixed

Resolved (added internalStore() to PortletPreferencesImpl class).

> PortletPreferences.store() does not throw IllegalStateException when called within render()
> -------------------------------------------------------------------------------------------
>
>          Key: PLUTO-205
>          URL: http://issues.apache.org/jira/browse/PLUTO-205
>      Project: Pluto
>         Type: Bug
>   Components: portlet container
>     Versions: 1.1.0
>     Reporter: ZHENG Zhong
>     Assignee: ZHENG Zhong
>      Fix For: 1.1.0

>
> Portlet spec PLT.14.1, page 58, line 20-21:
> If the store method is invoked within the scope of a render method invocation, it must throw an IllegalStateException.
> See pluto-testsuite :: org.apache.pluto.testsuite.test.PreferenceInRenderTest

-- 
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