I've been playing with the OSML feature in apache java-shindig[1] and
am having some trouble getting it working. I looked at the default
container.js and it looks like the OSML library resource is declared.

Here's the error thrown by the server:
INFO: Failed to render gadget
http://hosting.gmodules.com/ig/gadgets/file/110484540668107916016/osml_test.xml:
Unsupported feature: [osml]

Here's the gadget xml:
<?xml version="1.0" encoding="UTF-8"?>
  <Module>
  <ModulePrefs title="osml">
    <Require feature="opensocial-templates"></Require>
    <Require feature="osml"></Require>
  </ModulePrefs>
  <Content type="html"><![CDATA[
    <os:Name person="${Viewer}"/>
  ]]></Content>
  </Module>

[1] - I'm using the latest code in subversion (svn revision 800682)

Reply via email to