install();
if (toStart)
start();
throw new UpdateException("Could not install updated application", e,
true, null);
}
catch (BundleException e2)
{
throw new UpdateException("Could not install updated application", e,
false, e2);
}
}
}
catch (BundleException e)
{
try {
_deploymentMF = oldMetadata;
install();
if (toStart)
start();
throw new UpdateException("Could not install updated application", e,
true, null);
}
catch (BundleException e2)
{
throw new UpdateException("Could not install updated application", e,
false, e2);
}
}
}
}