final DataCache cache = _app.getDataCache();
final IIdentifierFactory factory = IdentifierFactory.getInstance();
ISQLDriver newDriver = cache.createDriver(factory.createIdentifier());
try
{
newDriver.assignFrom(driver);
}
catch (ValidationException ex)
{
// i18n[DriverWindowFactory.error.copyingdriver=Error occured copying the driver]
s_log.error(s_stringMgr.getString("DriverWindowFactory.error.copyingdriver"), ex);