I have put together a google gadget for an internal project on a network not connected to the internet. The gadget/portlet container is GateIn which is the Jboss/Exo portal.

When I try to use the built-in method for fetching remote content, gadgets.io.makeRequest, it doesn't work. I am trying to fetch json content from a java servelet (or even a flat file with the same content). The XML tab in firebug reports an XML error:

XML Parsing Error: no element found Location: moz-nullprincipal:{7e9eab45-2f73-476d-9bdb-2370d1534f29} Line Number 1, Column 1:
^

If I instead use jquery, substituting $.get for gadgets.io.makeRequest, it works beautifully.

I have tried many things, but I'm stumped. My gadget is currently based on this example, except the url points to a servlet served by gatein and the json data structure is different. It doesn't matter thought, the data section is not present.

link|improve this question

have you tried adding an existing gadget from the gadget gallery to your container ? – koma Dec 6 '11 at 11:32
moz-nullprincipal seems to insinuate a security problem (principal?) – koma Dec 6 '11 at 11:33
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.