Issue Type: Task Task
Affects Versions: 5.0.1, 4.5.10
Assignee: Unassigned
Created: 08/Aug/13 3:25 PM
Description:

NestableException had been introduced before Exceptions could be nested out of the box (introduced with Java 1.4). Looks like we overlooked one place where we still used it: MgnlCommand#executeSynchronzide

try {
    success = cmd.execute((info.magnolia.context.Context) ctx);
} catch (Exception e) {
    throw new NestableException("Exception during executing command", e);
} finally {
    cmd.release();
}
Fix Versions: 5.1
Project: Magnolia
Priority: Neutral Neutral
Reporter: Daniel Lipp
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to