Re: Custom object renders for simple expression language?

2013-09-22 Thread Claus Ibsen
Hi You have a special use case where using something else than a scripting language is better, such as a custom bean / processor. Or implement your own language where you can extend another language if you really wanna go down that path. Or take a look at what some of the template libraries like f

Re: Must Processor check if Exchange has out message already?

2013-09-22 Thread Claus Ibsen
Hi See this page http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html On Sat, Sep 21, 2013 at 7:19 PM, yirco wrote: > Hi, > > until now I haven't checked Exchange.hasOut() in Processor.process(Exchange) > and always used only Exchange.getIn(). However, I started using > Binding

Re: Components with query [?options].

2013-09-22 Thread gliesian
Hmmm... perhaps it would be best to state in the documentation (for each component) that there are no options at this time for the the URI/Components that have the options convention listed in the URI format... but do not actually have any options. Sorry... that was wordy, but I think you should s

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-22 Thread hutao1
Will you be able to give examples。 Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/org-apache-cxf-binding-soap-SoapFault-Can-t-find-the-BindingOperationInfo-with-operation-name-tp5739286p5739991.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Email Attachments - Adding to Exchange Attachments

2013-09-22 Thread contactreji
Hi Bharath I am using Fuse version 2.10.0.fuse-71-047.. Seems like there is some serious issue with attaching files.. I modified my program and added the processor right before the email component. My processor code is as follows * public class AddAttachment implements Processor{ @Overri

Must Processor check if Exchange has out message already?

2013-09-22 Thread yirco
Hi, until now I haven't checked Exchange.hasOut() in Processor.process(Exchange) and always used only Exchange.getIn(). However, I started using BindingComponent which creates BindingEndpoint and this BindingEndpoint calls delegate Processor with Exchange that has both in and out Messages set. M

Re: Email Attachments - Adding to Exchange Attachments

2013-09-22 Thread Bharath
Hi Regi, It seems to be JRE issue.Please comment the following line in your etc/jre.properties javax.activation;version="1.1", \ and delete your data directory or take back up if you want and restart your Fuse Container Cheers!!! Bharath.R -- View this message in context: http://

Re: ConcurrentModificationException thrown from inside camel splitter

2013-09-22 Thread Joshua Groom
I have created a bug for this. https://issues.apache.org/jira/browse/CAMEL-6771 -- View this message in context: http://camel.465427.n5.nabble.com/ConcurrentModificationException-thrown-from-inside-camel-splitter-tp5739793p5740035.html Sent from the Camel - Users mailing list archive at Nab

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-22 Thread hutao1
Will you be able to give examples? Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/org-apache-cxf-binding-soap-SoapFault-Can-t-find-the-BindingOperationInfo-with-operation-name-tp5739286p573.html Sent from the Camel - Users mailing list archive at Nabble.com.

[ANNOUNCEMENT] Apache Camel 2.12.1 released

2013-09-22 Thread Christian Mueller
The Camel community announces the immediate availability of the new patch release Camel 2.12.1. This bug fix release is issued after only 9 days of intense efforts of the Camel 2.12.x maintenance branch and resolves 47 issues in total. We release this version in short term after 2.12.0 to provide t

Camel quartz misfires and route not getting run / triggered after exception:ObjectAlreadyExistsException

2013-09-22 Thread lakshmi.prashant
Hi, I am running camel quartz (2.10.4) & quartz has been set-up in clustered mode. The clocks in the cluster are synchronized. I have set-up a trigger to run every 1 minute, via the camel-quartz end-point in my route. a) it works fine if quartz is not set up in clustered mode (uses RAMJobstore).