Hi Keven Thanks for the patch.
Lets get rid of the last @Attachments need as we can let Camel detect the Map itself. See in BeanInfo class in the method createParameterUnmarshalExpression. Here you can return the AttachmentsExpression if the method is a Map type and genericfied with the <Object, DataHolder> Then Camel can assume its attachments since the Map is a <Object, DataHolder> map. On Sun, Mar 14, 2010 at 6:18 AM, Willem Jiang <[email protected]> wrote: > Hi Kevin, > > I fixed the issue which is based on your patch, please feel free to check > out the change[1] > > [1]http://svn.apache.org/viewvc?rev=922763&view=rev > > Willem > Kevin Jackson wrote: >> >> Hi, >>> >>> Good ideas. Feel free to create a JIRA ticket. >>> And a patch is also welcome. We love contributions. >> >> https://issues.apache.org/activemq/browse/CAMEL-2547 >> >> Includes skeleton patch/tests for this functionality. >> >> Thanks, >> Kev >> > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
