JdkProxyFactory does not unwrap InvocationTargetExceptions
----------------------------------------------------------
Key: ARIES-211
URL: https://issues.apache.org/jira/browse/ARIES-211
Project: Aries
Issue Type: Bug
Components: Blueprint
Reporter: Alasdair Nottingham
Assignee: Alasdair Nottingham
Fix For: 0.1
The JdkProxyFactory in blueprint does not unwrap InvocationTargetExceptions. As
a result the following was seen while writing an AriesApplicationResolver itest.
A ResolverException was thrown by the resolve. This resulted in the
JdkProxyFactory throwing an InvocationTargetException. The JDK proxy support on
my JVM (mac jvm) rethrew this as an UndeclaredThrowableException, so the catch
ResolverException in the test failed, as did the test.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.