}
}
}
catch (Exception e)
{
designTimeContext.error(new XulException("Unable to parse database-URL, please report " +
"your database driver to Pentaho to include it in our list of databases.", e));
this.meta.setDatabaseType(DatabaseMapping.getGenericInterface().getPluginId());
this.meta.getAttributes().put(GenericDatabaseMeta.ATRRIBUTE_CUSTOM_URL, jdbcDef.getConnectionString());
this.meta.getAttributes().put(GenericDatabaseMeta.ATRRIBUTE_CUSTOM_DRIVER_CLASS, jdbcDef.getDriverClass());
}