You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Ben O'Day (JIRA)" <ji...@apache.org> on 2011/08/29 19:10:38 UTC

[jira] [Assigned] (CAMEL-4230) BeanProcessor - Improved exception message if failed to invoke method

     [ https://issues.apache.org/jira/browse/CAMEL-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben O'Day reassigned CAMEL-4230:
--------------------------------

    Assignee: Ben O'Day

> BeanProcessor - Improved exception message if failed to invoke method
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-4230
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4230
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Ben O'Day
>            Priority: Minor
>             Fix For: 2.9.0
>
>
> See nabble
> http://camel.465427.n5.nabble.com/How-to-impl-bean-side-of-proxy-w-Future-return-tp4581104p4581104.html
> If for some reason the method cannot be invoked, you may get a caused exception
> {code}
> Caused by: java.lang.IllegalAccessException: Class org.apache.camel.component.bean.MethodInfo can not access a member of class com.sonatype.overlord.xpi.AsyncProxyBeanCamelTest$1 with modifiers "public"
>        at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
>        at org.apache.camel.component.bean.MethodInfo.invoke(MethodInfo.java:329)
>        at org.apache.camel.component.bean.MethodInfo$1.proceed(MethodInfo.java:231)
>        at org.apache.camel.component.bean.BeanProcessor.process(BeanProcessor.java:169)
> {code}
> We should catch this and provide a wrapped exception with a more descriptive error message, about the bean and method attempted to invoke.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira