Oh, this can explain why the below error.
With the camel-osgi bundle, your camel context will have trouble to
lookup the type converter with the annotation in OSGi platform to the
converter job.
Caused by: org.apache.camel.InvalidPayloadException: No body available of
type: java.io.InputStream but has value: GenericFile[twitter_results.xml] of
type: org.apache.camel.component.file.GenericFile on: Message:
GenericFile[twitter_results.xml]. Caused by: No type converter available to
convert from type: org.apache.camel.component.file.GenericFile to the
required type: java.io.InputStream with value
Willem
Kevin Fightmaster wrote:
Thanks Claus,
The OSGI jar was the issue.
Not sure if this makes it back to the original post. The mailing list is all
messed up for me. Forum posts don't make it to the mailing list and replies
to my mailing list dont make it back to my email.
Anywho!
Thanks again!