bundle);
for (ResourcePrototypeImpl resource : resources)
resource.refresh();
ClientBundle bundleProxy = (ClientBundle) Proxy.newProxyInstance(
bundleType.getClassLoader(), new Class[] {bundleType}, bundle);
_bundlesByType.put(bundleType, bundleProxy);
addBundleToResourcePath(bundleType, bundleProxy);
}