supportedFields config misleading in container.js
-------------------------------------------------

                 Key: SHINDIG-959
                 URL: https://issues.apache.org/jira/browse/SHINDIG-959
             Project: Shindig
          Issue Type: Bug
          Components: Javascript 
    Affects Versions: trunk, 1.0.0-rc1, 1.0.x-incubating
            Reporter: Nagy Attila


The default config/container.js suggests that complex fiels like name should be 
specified in the following format:

"supportedFields": {"person": ["id", "name": ["familyName", givenName"....] ]}

Unfortunately this is not handled neither in the restful nor the rpc container.

In fact evertyhing works well, if the above is specified as the following:
"supportedFields": {"person": ["id", "name"...],
                                   "name": ["familyName", "givenName"]}

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

Reply via email to