Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-4230

BeanProcessor - Improved exception message if failed to invoke method

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.9.2, 2.10.0
    • camel-core
    • None
    • Novice

    Description

      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

      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)
      

      We should catch this and provide a wrapped exception with a more descriptive error message, about the bean and method attempted to invoke.

      Attachments

        1. MethodInfo.patch
          1 kB
          Michał Warecki

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: