Skip to content

Commit

Permalink
SEAMREPORTS-25
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 27, 2011
1 parent 756d153 commit c2e4f4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ public void afterBeanDiscovery(@Observes AfterBeanDiscovery abd)
}
catch (Throwable t)
{
abd.addDefinitionError(new ReportException("Error loading Pentaho Reporting Engine"));
abd.addDefinitionError(new ReportException("Error loading Pentaho Reporting Engine",t));
}
}
}

0 comments on commit c2e4f4a

Please sign in to comment.