My gb.ServiceProvider is exactly like rb.ServiceProvider except the fist parameter is different ( a record type constructor which reads the json ). The remaining parameters are the same.
In gb.App I have var sp = new gb.ServiceProvider(postRead, gb.urls, cache, rpc, auth, iframe, input, content);
But I can't get rid of this error
/gb/service_provider.js","message":"/gb/service_provider.js:36: WARNING - actual parameter 2 of relief.handlers.CommonServiceProvider.call does not match formal parameter\nfound : (Object|null)\nrequired: Object\n goog.base(this, urlMap, cache, rpc, auth, iframe, input, content);
also for parameter 3,4,5.
What could be possibly wrong with my approach.
Thanks.