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 "Tuomas Kiviaho (JIRA)" <ji...@apache.org> on 2007/01/29 11:51:51 UTC

[jira] Created: (PLUTO-290) Driver config entries pointing to pluto without requirement for context path declarations

Driver config entries pointing to pluto without requirement for context path declarations
-----------------------------------------------------------------------------------------

                 Key: PLUTO-290
                 URL: https://issues.apache.org/jira/browse/PLUTO-290
             Project: Pluto
          Issue Type: Wish
          Components: portal driver
            Reporter: Tuomas Kiviaho
            Priority: Minor
             Fix For: 1.1.1, 1.1-286-COMPATIBILITY


pluto-portal-driver-config.xml references to portlets that reside inside pluto web application itself could propably be left without context path declaration as below.

...
  <portlet-app> 
    <portlets>
      <portlet name="AboutPortlet"/>
      <portlet name="AdminPortlet"/>
      <portlet name="PlutoPageAdmin"/>
    </portlets>
  </portlet-app>

  <render-config default="Test Page">
    <page name="Test Page" uri="/WEB-INF/themes/pluto-default-theme.jsp">
      <portlet context="/testsuite" name="TestPortlet1"/>
      <portlet context="/testsuite" name="TestPortlet2"/>
    </page>
    <page name="Secondary Page" uri="/WEB-INF/themes/pluto-default-theme.jsp">
      <portlet context="/testsuite" name="TestPortlet1"/>
      <portlet context="/testsuite" name="TestPortlet2"/>
    </page>
    <page name="About Pluto" uri="/WEB-INF/themes/pluto-default-theme.jsp">
      <portlet name="AboutPortlet"/>
    </page>
    <page name="Pluto Admin" uri="/WEB-INF/themes/pluto-default-theme.jsp">
      <portlet name="AdminPortlet"/>
      <portlet name="PlutoPageAdmin"/>
    </page> 
  </render-config>
...

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


[jira] Resolved: (PLUTO-290) Driver config entries pointing to pluto without requirement for context path declarations

Posted by "David DeWolf (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David DeWolf resolved PLUTO-290.
--------------------------------

    Resolution: Won't Fix
      Assignee: David DeWolf

I have removed the portlet-app config and prefer to have things spelled out for the render-config.  I don't think it adds much value to just leave out the contextPath.

> Driver config entries pointing to pluto without requirement for context path declarations
> -----------------------------------------------------------------------------------------
>
>                 Key: PLUTO-290
>                 URL: https://issues.apache.org/jira/browse/PLUTO-290
>             Project: Pluto
>          Issue Type: Wish
>          Components: portal driver
>            Reporter: Tuomas Kiviaho
>         Assigned To: David DeWolf
>            Priority: Minor
>             Fix For: 1.1.1, 1.1-286-COMPATIBILITY
>
>
> pluto-portal-driver-config.xml references to portlets that reside inside pluto web application itself could propably be left without context path declaration as below.
> ...
>   <portlet-app> 
>     <portlets>
>       <portlet name="AboutPortlet"/>
>       <portlet name="AdminPortlet"/>
>       <portlet name="PlutoPageAdmin"/>
>     </portlets>
>   </portlet-app>
>   <render-config default="Test Page">
>     <page name="Test Page" uri="/WEB-INF/themes/pluto-default-theme.jsp">
>       <portlet context="/testsuite" name="TestPortlet1"/>
>       <portlet context="/testsuite" name="TestPortlet2"/>
>     </page>
>     <page name="Secondary Page" uri="/WEB-INF/themes/pluto-default-theme.jsp">
>       <portlet context="/testsuite" name="TestPortlet1"/>
>       <portlet context="/testsuite" name="TestPortlet2"/>
>     </page>
>     <page name="About Pluto" uri="/WEB-INF/themes/pluto-default-theme.jsp">
>       <portlet name="AboutPortlet"/>
>     </page>
>     <page name="Pluto Admin" uri="/WEB-INF/themes/pluto-default-theme.jsp">
>       <portlet name="AdminPortlet"/>
>       <portlet name="PlutoPageAdmin"/>
>     </page> 
>   </render-config>
> ...

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