You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/03/21 08:35:25 UTC

[jira] Created: (SHINDIG-144) SocialData server DataService does not use appId to store persistant data

SocialData server DataService does not use appId to store persistant data
-------------------------------------------------------------------------

                 Key: SHINDIG-144
                 URL: https://issues.apache.org/jira/browse/SHINDIG-144
             Project: Shindig
          Issue Type: Bug
          Components: OpenSocial - Server
            Reporter: Paul Lindner
            Assignee: Paul Lindner


The DataService interface does not allow you to specify an app_id to store data with.  It only asks for ids (on get) and id/key/value (on set)

These methods should take an app_id


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


[jira] Closed: (SHINDIG-144) SocialData server DataService does not use appId to store persistant data

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

Cassie Doll closed SHINDIG-144.
-------------------------------

    Resolution: Fixed

This is either obsolete or a misunderstanding. 

When implementing the DataService interface for opensocial you can use the passed in GadgetToken.getAppId() in order to figure out which app to store data or retrieve data for.

> SocialData server DataService does not use appId to store persistant data
> -------------------------------------------------------------------------
>
>                 Key: SHINDIG-144
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-144
>             Project: Shindig
>          Issue Type: Bug
>          Components: Common Components (Java)
>            Reporter: Paul Lindner
>            Assignee: Paul Lindner
>
> The DataService interface does not allow you to specify an app_id to store data with.  It only asks for ids (on get) and id/key/value (on set)
> These methods should take an app_id

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