InvocationTargetException never rethrown
----------------------------------------
Key: MGNLRSSAGG-15
URL: http://jira.magnolia-cms.com/browse/MGNLRSSAGG-15
Project: Magnolia RSS Aggregator Module
Issue Type: Bug
Affects Versions: 1.0-m2
Reporter: Rob van der Linden Vooren
Assignee: Jan Haderka
See FeedGeneratorResolver, line 96:
{code}
} catch (InvocationTargetException e) {
log.error(e.getMessage(), e);
new FeedGeneratorConstructionException("Failed to setup " +
generator.getClass().getCanonicalName(), e);
}
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------