You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Igor Belakovskiy (JIRA)" <ji...@apache.org> on 2011/03/31 03:43:05 UTC

[jira] [Created] (SHINDIG-1520) Feature Parameters are not returned as part of the metadata response to the container

Feature Parameters are not returned as part of the metadata response to the container
-------------------------------------------------------------------------------------

                 Key: SHINDIG-1520
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1520
             Project: Shindig
          Issue Type: Bug
          Components: Java
    Affects Versions: 2.0.2, 2.0.3
         Environment: N/A
            Reporter: Igor Belakovskiy
            Priority: Critical
             Fix For: 2.0.2


Added the getParams() method to the Feature interface in org.apache.shindig.gadgets.servlet.GadgetsHandlerApi. Added Multimap support to org.apache.shindig.protocol.conversion.BeanGenerator

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (SHINDIG-1520) Feature Parameters are not returned as part of the metadata response to the container

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

Paul Lindner resolved SHINDIG-1520.
-----------------------------------

    Resolution: Fixed

patch committed to trunk.


> Feature Parameters are not returned as part of the metadata response to the container
> -------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1520
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1520
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.0.2, 2.0.3
>         Environment: N/A
>            Reporter: Igor Belakovskiy
>            Priority: Critical
>              Labels: patch
>             Fix For: 2.0.2
>
>         Attachments: feature-param.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When the container receives gadget metadata, the feature parameters are not returned. This presents a problem for container features that use gadget supplied parameters. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SHINDIG-1520) Feature Parameters are not returned as part of the metadata response to the container

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

Igor Belakovskiy updated SHINDIG-1520:
--------------------------------------

    Attachment: feature-param.txt

The fix involves adding the getParams() method to the Feature interface in org.apache.shindig.gadgets.servlet.GadgetsHandlerApi; and adding Multimap support to org.apache.shindig.protocol.conversion.BeanGenerator

> Feature Parameters are not returned as part of the metadata response to the container
> -------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1520
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1520
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.0.2, 2.0.3
>         Environment: N/A
>            Reporter: Igor Belakovskiy
>            Priority: Critical
>              Labels: patch
>             Fix For: 2.0.2
>
>         Attachments: feature-param.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When the container receives gadget metadata, the feature parameters are not returned. This presents a problem for container features that use gadget supplied parameters. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SHINDIG-1520) Feature Parameters are not returned as part of the metadata response to the container

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

Igor Belakovskiy updated SHINDIG-1520:
--------------------------------------

    Comment: was deleted

(was: The fix involves adding the getParams() method to the Feature interface in org.apache.shindig.gadgets.servlet.GadgetsHandlerApi; and adding Multimap support to org.apache.shindig.protocol.conversion.BeanGenerator)

> Feature Parameters are not returned as part of the metadata response to the container
> -------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1520
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1520
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.0.2, 2.0.3
>         Environment: N/A
>            Reporter: Igor Belakovskiy
>            Priority: Critical
>              Labels: patch
>             Fix For: 2.0.2
>
>         Attachments: feature-param.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When the container receives gadget metadata, the feature parameters are not returned. This presents a problem for container features that use gadget supplied parameters. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SHINDIG-1520) Feature Parameters are not returned as part of the metadata response to the container

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

Igor Belakovskiy updated SHINDIG-1520:
--------------------------------------

           Description: When the container receives gadget metadata, the feature parameters are not returned. This presents a problem for container features that use gadget supplied parameters.   (was: Added the getParams() method to the Feature interface in org.apache.shindig.gadgets.servlet.GadgetsHandlerApi. Added Multimap support to org.apache.shindig.protocol.conversion.BeanGenerator)
    Remaining Estimate: 24h  (was: 0h)
     Original Estimate: 24h  (was: 0h)

The fix involves adding the getParams() method to the Feature interface in org.apache.shindig.gadgets.servlet.GadgetsHandlerApi; and adding Multimap support to org.apache.shindig.protocol.conversion.BeanGenerator

> Feature Parameters are not returned as part of the metadata response to the container
> -------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1520
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1520
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.0.2, 2.0.3
>         Environment: N/A
>            Reporter: Igor Belakovskiy
>            Priority: Critical
>              Labels: patch
>             Fix For: 2.0.2
>
>         Attachments: feature-param.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When the container receives gadget metadata, the feature parameters are not returned. This presents a problem for container features that use gadget supplied parameters. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira