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 "Christian Raschka (JIRA)" <ji...@apache.org> on 2007/08/28 12:29:30 UTC

[jira] Created: (PLUTO-424) Support for CCPPProfileService (with DummyImplementation)

Support for CCPPProfileService (with DummyImplementation)
---------------------------------------------------------

                 Key: PLUTO-424
                 URL: https://issues.apache.org/jira/browse/PLUTO-424
             Project: Pluto
          Issue Type: New Feature
          Components: portlet container
    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
            Reporter: Christian Raschka
            Priority: Minor
             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
         Attachments: dummyccppprofileservice.280807.patch

See PLT.11.1.3.2 The CC/PP Request Attribute:

The portlet can access a Composite Capability/Preference Profile (CC/PP, W3C:
Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies
http://www.w3.org/TR/2001/WD-CCPP-struct-vocab-20010315/) javax.ccpp.profile via
the request attribute PortletRequest.CCPP_PROFILE.

The PortletRequest.CCPP_PROFILE request attribute must return a javax.ccpp.Profile
based on the current portlet request. c It may contain additional CC/PP information set by
the portal / portlet container. (See JSR 188 (CC/PP Processing,
http://jcp.org/en/jsr/detail?id=188) for more details on CC/PP profile processing).
Note that once the CC/PP profile API provides a factory method taking the
PortletRequest / PortletResponse as parameters this attribute may become
deprecated.


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


[jira] Commented: (PLUTO-424) Support for CCPPProfileService (with DummyImplementation)

Posted by "Torsten Dettborn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523466 ] 

Torsten Dettborn commented on PLUTO-424:
----------------------------------------

Patch dummyccppprofileservice.280807.patch has been committed. The new rev. number is 570649.


> Support for CCPPProfileService (with DummyImplementation)
> ---------------------------------------------------------
>
>                 Key: PLUTO-424
>                 URL: https://issues.apache.org/jira/browse/PLUTO-424
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portlet container
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Christian Raschka
>            Priority: Minor
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: dummyccppprofileservice.280807.patch
>
>
> See PLT.11.1.3.2 The CC/PP Request Attribute:
> The portlet can access a Composite Capability/Preference Profile (CC/PP, W3C:
> Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies
> http://www.w3.org/TR/2001/WD-CCPP-struct-vocab-20010315/) javax.ccpp.profile via
> the request attribute PortletRequest.CCPP_PROFILE.
> The PortletRequest.CCPP_PROFILE request attribute must return a javax.ccpp.Profile
> based on the current portlet request. c It may contain additional CC/PP information set by
> the portal / portlet container. (See JSR 188 (CC/PP Processing,
> http://jcp.org/en/jsr/detail?id=188) for more details on CC/PP profile processing).
> Note that once the CC/PP profile API provides a factory method taking the
> PortletRequest / PortletResponse as parameters this attribute may become
> deprecated.

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


[jira] Commented: (PLUTO-424) Support for CCPPProfileService (with DummyImplementation)

Posted by "Craig Doremus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523720 ] 

Craig Doremus commented on PLUTO-424:
-------------------------------------

Patch dummyccppprofileservice.280807.patch has been applied to 1.1-286-trunk-merge branch in SVN rev 570951. 

InstallationDependancy.java and root pom.xml file had to be manually merged because of previous merges of this branch with the trunk.

> Support for CCPPProfileService (with DummyImplementation)
> ---------------------------------------------------------
>
>                 Key: PLUTO-424
>                 URL: https://issues.apache.org/jira/browse/PLUTO-424
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portlet container
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Christian Raschka
>            Priority: Minor
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: dummyccppprofileservice.280807.patch
>
>
> See PLT.11.1.3.2 The CC/PP Request Attribute:
> The portlet can access a Composite Capability/Preference Profile (CC/PP, W3C:
> Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies
> http://www.w3.org/TR/2001/WD-CCPP-struct-vocab-20010315/) javax.ccpp.profile via
> the request attribute PortletRequest.CCPP_PROFILE.
> The PortletRequest.CCPP_PROFILE request attribute must return a javax.ccpp.Profile
> based on the current portlet request. c It may contain additional CC/PP information set by
> the portal / portlet container. (See JSR 188 (CC/PP Processing,
> http://jcp.org/en/jsr/detail?id=188) for more details on CC/PP profile processing).
> Note that once the CC/PP profile API provides a factory method taking the
> PortletRequest / PortletResponse as parameters this attribute may become
> deprecated.

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


[jira] Updated: (PLUTO-424) Support for CCPPProfileService (with DummyImplementation)

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

Christian Raschka updated PLUTO-424:
------------------------------------

    Attachment:     (was: dummyccppprofileservice.280807.patch)

> Support for CCPPProfileService (with DummyImplementation)
> ---------------------------------------------------------
>
>                 Key: PLUTO-424
>                 URL: https://issues.apache.org/jira/browse/PLUTO-424
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portlet container
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Christian Raschka
>            Priority: Minor
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: dummyccppprofileservice.280807.patch
>
>
> See PLT.11.1.3.2 The CC/PP Request Attribute:
> The portlet can access a Composite Capability/Preference Profile (CC/PP, W3C:
> Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies
> http://www.w3.org/TR/2001/WD-CCPP-struct-vocab-20010315/) javax.ccpp.profile via
> the request attribute PortletRequest.CCPP_PROFILE.
> The PortletRequest.CCPP_PROFILE request attribute must return a javax.ccpp.Profile
> based on the current portlet request. c It may contain additional CC/PP information set by
> the portal / portlet container. (See JSR 188 (CC/PP Processing,
> http://jcp.org/en/jsr/detail?id=188) for more details on CC/PP profile processing).
> Note that once the CC/PP profile API provides a factory method taking the
> PortletRequest / PortletResponse as parameters this attribute may become
> deprecated.

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


[jira] Updated: (PLUTO-424) Support for CCPPProfileService (with DummyImplementation)

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

Christian Raschka updated PLUTO-424:
------------------------------------

    Attachment: dummyccppprofileservice.280807.patch

> Support for CCPPProfileService (with DummyImplementation)
> ---------------------------------------------------------
>
>                 Key: PLUTO-424
>                 URL: https://issues.apache.org/jira/browse/PLUTO-424
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portlet container
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Christian Raschka
>            Priority: Minor
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: dummyccppprofileservice.280807.patch
>
>
> See PLT.11.1.3.2 The CC/PP Request Attribute:
> The portlet can access a Composite Capability/Preference Profile (CC/PP, W3C:
> Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies
> http://www.w3.org/TR/2001/WD-CCPP-struct-vocab-20010315/) javax.ccpp.profile via
> the request attribute PortletRequest.CCPP_PROFILE.
> The PortletRequest.CCPP_PROFILE request attribute must return a javax.ccpp.Profile
> based on the current portlet request. c It may contain additional CC/PP information set by
> the portal / portlet container. (See JSR 188 (CC/PP Processing,
> http://jcp.org/en/jsr/detail?id=188) for more details on CC/PP profile processing).
> Note that once the CC/PP profile API provides a factory method taking the
> PortletRequest / PortletResponse as parameters this attribute may become
> deprecated.

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


[jira] Updated: (PLUTO-424) Support for CCPPProfileService (with DummyImplementation)

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

Christian Raschka updated PLUTO-424:
------------------------------------

    Attachment: dummyccppprofileservice.280807.patch

> Support for CCPPProfileService (with DummyImplementation)
> ---------------------------------------------------------
>
>                 Key: PLUTO-424
>                 URL: https://issues.apache.org/jira/browse/PLUTO-424
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portlet container
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Christian Raschka
>            Priority: Minor
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: dummyccppprofileservice.280807.patch
>
>
> See PLT.11.1.3.2 The CC/PP Request Attribute:
> The portlet can access a Composite Capability/Preference Profile (CC/PP, W3C:
> Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies
> http://www.w3.org/TR/2001/WD-CCPP-struct-vocab-20010315/) javax.ccpp.profile via
> the request attribute PortletRequest.CCPP_PROFILE.
> The PortletRequest.CCPP_PROFILE request attribute must return a javax.ccpp.Profile
> based on the current portlet request. c It may contain additional CC/PP information set by
> the portal / portlet container. (See JSR 188 (CC/PP Processing,
> http://jcp.org/en/jsr/detail?id=188) for more details on CC/PP profile processing).
> Note that once the CC/PP profile API provides a factory method taking the
> PortletRequest / PortletResponse as parameters this attribute may become
> deprecated.

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


[jira] Issue Comment Edited: (PLUTO-424) Support for CCPPProfileService (with DummyImplementation)

Posted by "Torsten Dettborn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523466 ] 

dettborn edited comment on PLUTO-424 at 8/28/07 11:39 PM:
------------------------------------------------------------------

Patch dummyccppprofileservice.280807.patch has been committed for 1.1-286-COMPATIBILITY version. The new rev. number is 570649,570658(forget to add files).


      was (Author: dettborn):
    Patch dummyccppprofileservice.280807.patch has been committed for 1.1-286-COMPATIBILITY version. The new rev. number is 570649.

  
> Support for CCPPProfileService (with DummyImplementation)
> ---------------------------------------------------------
>
>                 Key: PLUTO-424
>                 URL: https://issues.apache.org/jira/browse/PLUTO-424
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portlet container
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Christian Raschka
>            Priority: Minor
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: dummyccppprofileservice.280807.patch
>
>
> See PLT.11.1.3.2 The CC/PP Request Attribute:
> The portlet can access a Composite Capability/Preference Profile (CC/PP, W3C:
> Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies
> http://www.w3.org/TR/2001/WD-CCPP-struct-vocab-20010315/) javax.ccpp.profile via
> the request attribute PortletRequest.CCPP_PROFILE.
> The PortletRequest.CCPP_PROFILE request attribute must return a javax.ccpp.Profile
> based on the current portlet request. c It may contain additional CC/PP information set by
> the portal / portlet container. (See JSR 188 (CC/PP Processing,
> http://jcp.org/en/jsr/detail?id=188) for more details on CC/PP profile processing).
> Note that once the CC/PP profile API provides a factory method taking the
> PortletRequest / PortletResponse as parameters this attribute may become
> deprecated.

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


[jira] Closed: (PLUTO-424) Support for CCPPProfileService (with DummyImplementation)

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

Craig Doremus closed PLUTO-424.
-------------------------------

    Resolution: Fixed

This has been completed.

> Support for CCPPProfileService (with DummyImplementation)
> ---------------------------------------------------------
>
>                 Key: PLUTO-424
>                 URL: https://issues.apache.org/jira/browse/PLUTO-424
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portlet container
>    Affects Versions: 2.0.0, 1.1-286-COMPATIBILITY
>            Reporter: Christian Raschka
>            Priority: Minor
>             Fix For: 2.0.0, 1.1-286-COMPATIBILITY
>
>         Attachments: dummyccppprofileservice.280807.patch
>
>
> See PLT.11.1.3.2 The CC/PP Request Attribute:
> The portlet can access a Composite Capability/Preference Profile (CC/PP, W3C:
> Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies
> http://www.w3.org/TR/2001/WD-CCPP-struct-vocab-20010315/) javax.ccpp.profile via
> the request attribute PortletRequest.CCPP_PROFILE.
> The PortletRequest.CCPP_PROFILE request attribute must return a javax.ccpp.Profile
> based on the current portlet request. c It may contain additional CC/PP information set by
> the portal / portlet container. (See JSR 188 (CC/PP Processing,
> http://jcp.org/en/jsr/detail?id=188) for more details on CC/PP profile processing).
> Note that once the CC/PP profile API provides a factory method taking the
> PortletRequest / PortletResponse as parameters this attribute may become
> deprecated.

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


[jira] Issue Comment Edited: (PLUTO-424) Support for CCPPProfileService (with DummyImplementation)

Posted by "Torsten Dettborn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523466 ] 

dettborn edited comment on PLUTO-424 at 8/28/07 11:32 PM:
------------------------------------------------------------------

Patch dummyccppprofileservice.280807.patch has been committed for 1.1-286-COMPATIBILITY version. The new rev. number is 570649.


      was (Author: dettborn):
    Patch dummyccppprofileservice.280807.patch has been committed. The new rev. number is 570649.

  
> Support for CCPPProfileService (with DummyImplementation)
> ---------------------------------------------------------
>
>                 Key: PLUTO-424
>                 URL: https://issues.apache.org/jira/browse/PLUTO-424
>             Project: Pluto
>          Issue Type: New Feature
>          Components: portlet container
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>            Reporter: Christian Raschka
>            Priority: Minor
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>         Attachments: dummyccppprofileservice.280807.patch
>
>
> See PLT.11.1.3.2 The CC/PP Request Attribute:
> The portlet can access a Composite Capability/Preference Profile (CC/PP, W3C:
> Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies
> http://www.w3.org/TR/2001/WD-CCPP-struct-vocab-20010315/) javax.ccpp.profile via
> the request attribute PortletRequest.CCPP_PROFILE.
> The PortletRequest.CCPP_PROFILE request attribute must return a javax.ccpp.Profile
> based on the current portlet request. c It may contain additional CC/PP information set by
> the portal / portlet container. (See JSR 188 (CC/PP Processing,
> http://jcp.org/en/jsr/detail?id=188) for more details on CC/PP profile processing).
> Note that once the CC/PP profile API provides a factory method taking the
> PortletRequest / PortletResponse as parameters this attribute may become
> deprecated.

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