Map<String, PortletInstance> instanceCache = portletCache.get(pd.getApplication().getName());
PortletInstance instance = instanceCache != null ? instanceCache.get(pd.getPortletName()) : null;
if (instance != null)
{
JetspeedPortletConfigImpl config = (JetspeedPortletConfigImpl) instance.getConfig();
config.setPortletDefinition(pd);
}
}
}