You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by ychawla <pr...@gmail.com> on 2014/07/07 20:03:13 UTC

Re: Concurrent problem with message Body using WireTap

Hi Guys,
Any hints on writing a processor that will do a deep clone?  I am running
into the same issue.

Thanks,
Yogesh



--
View this message in context: http://camel.465427.n5.nabble.com/Concurrent-problem-with-message-Body-using-WireTap-tp5502505p5753470.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Concurrent problem with message Body using WireTap

Posted by ychawla <pr...@gmail.com>.
Thanks Guys,
The detailed solution that Stanislaw outlined worked perfectly.

In ServiceMix, you will need to install the following libraries:

install -s mvn:uk.com.robust-it/cloning
install -s mvn:org.objenesis/objenesis/1.4


Thanks for the assistance!



--
View this message in context: http://camel.465427.n5.nabble.com/Concurrent-problem-with-message-Body-using-WireTap-tp5502505p5753648.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Concurrent problem with message Body using WireTap

Posted by Stanisław Kuś <st...@gmail.com>.
Hi,

in my previous mail U have a complete solution with Reflection-based Deep
Cloning library.

Best,
Stanislaw


On Tue, Jul 8, 2014 at 8:13 AM, Jan Matèrne (jhm) <ap...@materne.de> wrote:

> Use Reflection or easier - one of the existing libraries
> https://code.google.com/p/cloning/
> http://www.genericdeepcopy.com/
>
> Jan
>
> > -----Ursprüngliche Nachricht-----
> > Von: ychawla [mailto:premiergeneration@gmail.com]
> > Gesendet: Montag, 7. Juli 2014 20:03
> > An: users@camel.apache.org
> > Betreff: Re: Concurrent problem with message Body using WireTap
> >
> > Hi Guys,
> > Any hints on writing a processor that will do a deep clone?  I am
> > running into the same issue.
> >
> > Thanks,
> > Yogesh
> >
> >
> >
> > --
> > View this message in context:
> > http://camel.465427.n5.nabble.com/Concurrent-problem-with-message-Body-
> > using-WireTap-tp5502505p5753470.html
> > Sent from the Camel - Users mailing list archive at Nabble.com.
>
>

AW: Concurrent problem with message Body using WireTap

Posted by "Jan Matèrne (jhm)" <ap...@materne.de>.
Use Reflection or easier - one of the existing libraries
https://code.google.com/p/cloning/
http://www.genericdeepcopy.com/

Jan

> -----Ursprüngliche Nachricht-----
> Von: ychawla [mailto:premiergeneration@gmail.com]
> Gesendet: Montag, 7. Juli 2014 20:03
> An: users@camel.apache.org
> Betreff: Re: Concurrent problem with message Body using WireTap
> 
> Hi Guys,
> Any hints on writing a processor that will do a deep clone?  I am
> running into the same issue.
> 
> Thanks,
> Yogesh
> 
> 
> 
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Concurrent-problem-with-message-Body-
> using-WireTap-tp5502505p5753470.html
> Sent from the Camel - Users mailing list archive at Nabble.com.