* A real fix should somehow retain a reference to producerPortletInvoker (and thus also transitive references to all
* its successor Invokers) which is now done only in the first invocation of this start() method. In other words
* federatingPortletInvoker should be able to keep one local Invoker per portal and not only one for all portals as it
* is now.
*/
container.registerComponentInstance(PortletConfigRegistry.class, new PortletConfigRegistry());
// The portlet container invoker used by producer to dispatch to portlets
ContainerPortletInvoker containerPortletInvoker = new ContainerPortletInvoker();
// The portlet application deployer