You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Blaise de Carné <bd...@gmail.com> on 2013/01/11 00:14:59 UTC

Shindig PHP : gadgets.config.init injection in common container

Hi there,

I try to install the PHP version of Shindig and use the common container
feature.

http://dev.shindig.com/samplecontainer/examples/commoncontainer/index.html
doesn't
work because gadgets.config.init is never called on the container side.

Cannot call method 'getQP' of undefined
container:open-views:opensearch:rpc:xmlutil:pubsub-2.js:8984<http://dev.shindig.com/gadgets/js/container:open-views:opensearch:rpc:xmlutil:pubsub-2.js?c=1&debug=1&container=default>
<http://dev.shindig.com/gadgets/js/container:open-views:opensearch:rpc:xmlutil:pubsub-2.js?c=1&debug=1&container=default>
<http://dev.shindig.com/gadgets/js/container:open-views:opensearch:rpc:xmlutil:pubsub-2.js?c=1&debug=1&container=default>


In the Java version, the ConfigInjectionProcessor generate the
gadgets.config.init et inject it in the container js (). But there is no
such processor in the PHP version,

How can i make this example works ?

Thanks,