Re: Unmarshalling serialization fails with ClassNotFoundException

2015-06-23 Thread Claus Ibsen
; > And the other way around in the second route. > > Thanks > Gustav Sinder > > -Original Message- > From: Gustav Sinder [mailto:gustav.sin...@ferrologic.se] > Sent: den 17 juni 2015 09:46 > To: users@camel.apache.org > Subject: Unmarshalling serialization fai

RE: Unmarshalling serialization fails with ClassNotFoundException

2015-06-23 Thread Gustav Sinder
: And the other way around in the second route. Thanks Gustav Sinder -Original Message- From: Gustav Sinder [mailto:gustav.sin...@ferrologic.se] Sent: den 17 juni 2015 09:46 To: users@camel.apache.org Subject: Unmarshalling serialization fails with ClassNotFoundException Hi, I&#

Unmarshalling serialization fails with ClassNotFoundException

2015-06-17 Thread Gustav Sinder
Hi, I'm working on converting a flow (consists of 2 camel contexts) to use Amazon SQS instead of ActiveMQ (which worked just fine). Setup: File -> Camel context 1 -> AWS SQS -> Camel context 2 -> Databsae Connectivity isn't an issue but I need to marshal/unmarshal the messages using base64 sinc