[ 
https://issues.apache.org/jira/browse/JS2-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Woonsan Ko resolved JS2-1091.
-----------------------------

    Resolution: Fixed

If administrator set a metadata, named "service.out", with value of "true" for 
a portlet definition, then the portlet will be displayed as "out-of-service".
The out-of-service message can be customized in the spring assembly 
configuration, "aggregation.xml", for the bean of "PortletRendererImpl" by 
adding the 'outOfServiceMessage' property like the following example:

        <property name="outOfServiceMessage">
            <value><![CDATA[
            <em>Sorry, this portlet is available now.</em>
            ]]></value>
        </property>

> Admin to set some portlets to out-of-service state at runtime.
> --------------------------------------------------------------
>
>                 Key: JS2-1091
>                 URL: https://issues.apache.org/jira/browse/JS2-1091
>             Project: Jetspeed 2
>          Issue Type: Improvement
>          Components: Admin Portlets
>            Reporter: Woonsan Ko
>            Assignee: Woonsan Ko
>             Fix For: 2.1.3, 2.1.4, 2.2.1
>
>
> The PortletTrackingManager renders "Portlet is not responding and has been 
> taken out of service." when a portlet window is timed-out.
> I think we can imporove this with the following features:
>   - Administrator can mark a portlet or a portlet application as 
> "out-of-service" in a UI.
>   - PortletTrackingManager read the above information as well to decide if 
> the portlet window is out-of-service.
>   - The message for the out-of-service portlets can be configured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to