lightblue-platform / lightblue-migrator

GNU General Public License v3.0
3 stars 13 forks source link

When non-facade-operation method invoked, does not unwrap InvocationTargetExpression #389

Open alechenninger opened 8 years ago

alechenninger commented 8 years ago

The cause of this should be thrown, since technically this leaks that the method was proxied (normal method invocation would throw just the cause, whereas the proxied version throws InvocationTargetExpression)