Thread.currentThread().setContextClassLoader(AndroMDARunner.class.getClassLoader());
try
{
final AndroMDA andromda = AndroMDA.newInstance();
andromda.run(this.getConfiguration());
andromda.shutdown();
}
catch (Throwable throwable)
{
final Throwable cause = ExceptionUtils.getCause(throwable);
if (cause != null)