[
https://issues.apache.org/jira/browse/PORTLETBRIDGE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Freedman resolved PORTLETBRIDGE-64.
-------------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
1.0.0
Exception wrapping has been updated/corrected.
> Bridge doesn't wrap exceptions correctly
> ----------------------------------------
>
> Key: PORTLETBRIDGE-64
> URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-64
> Project: MyFaces Portlet Bridge
> Issue Type: Bug
> Components: Impl
> Affects Versions: 1.0.0-beta, 2.0.0-alpha
> Reporter: Michael Freedman
> Assignee: Michael Freedman
> Fix For: 1.0.0, 2.0.0
>
>
> Currently the bridge wraps exceptions in a BridgeException by doing the
> following:
> Throwable rootCause = e.getCause();
> throw new BridgeException(e.getMessage(), rootCause);
> It should:
> throw new BridgeException(e);
> This will ensure full/proper wrapping of inner exceptions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.