DefaultParameterMappingStrategy doesn't load its defaults
---------------------------------------------------------

                 Key: CAMEL-320
                 URL: https://issues.apache.org/activemq/browse/CAMEL-320
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 1.2.0
            Reporter: Aaron Crickenberger
             Fix For: 1.3.0


This is preventing BeanProcessor from using bean methods with a Message 
parameter, or bean methods not named "process" that have an Exchange as their 
parameter.  For example, to map to a Message the it tries using the 
ParameterExpression bodyAs(Message.class) instead of inmessageExpression().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to