RE: Bindy Date Pattern Error

2013-07-11 Thread ganeshkumar.kanagavel
Model. Thanks Ganesh -Original Message- From: Christian Müller [mailto:christian.muel...@gmail.com] Sent: Tuesday, July 09, 2013 4:32 PM To: users@camel.apache.org Subject: Re: Bindy Date Pattern Error How dos your date looks like? Which version of Camel do you use? I added an unit test

Re: Bindy Date Pattern Error

2013-07-09 Thread Babak Vahdat
Hi As the test being added by Christian already demonstrates it, you should make use of the java.util.Date and NOT java.sql.Date. Following are the formats being supported: http://camel.apache.org/maven/current/camel-bindy/apidocs/org/apache/camel/dataformat/bindy/Format.html Feel free to log a

Re: Bindy Date Pattern Error

2013-07-09 Thread Christian Müller
How dos your date looks like? Which version of Camel do you use? I added an unit test to 2.12-SNAPSHOT [1] which show does it works (at least with this version). [1] https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/