Re: Unmarshalling serialization fails with ClassNotFoundException

2015-06-23 Thread Claus Ibsen
Hi No its body only. And exchanging data using java objects is a bad design. You end up being too coupled with java classes and whatnot. On Tue, Jun 23, 2015 at 9:30 AM, Gustav Sinder wrote: > I forgot to mention that I run Camel from a OSGi container (as part of JBoss > Fuse). > Seems there

RE: Unmarshalling serialization fails with ClassNotFoundException

2015-06-23 Thread Gustav Sinder
I forgot to mention that I run Camel from a OSGi container (as part of JBoss Fuse). Seems there is a bug related to this for which a fix has been implemented already: https://issues.apache.org/jira/browse/CAMEL-4915 However, since adding dynamic imports to camel-core solves the issue it seems th