Re: Camel : Date Pattern

2010-01-20 Thread titexe
I want to add another problem to the same bug: Camel is incapable of generating this XML date format (XML (W3C) ISO 8601): Exemple : 2010-12-25T18 :25:01.037-08:00 However using this class exists in jar lib "commons-lang-2.4.jar" from camel, we can succeed in having this date: org.apache.com

Re: Camel : Date Pattern

2010-01-13 Thread titexe
This date format is the XML date format: The dateTime XML is specified in the following form "-MM-DDThh: mm: ss" Claus Ibsen-2 wrote: > > Hi > > Check ticket > https://issues.apache.org/activemq/browse/CAMEL-2353 > > On Wed, Jan 13, 2010 at 6:37 AM, Claus Ibsen > wrote: >> Hi >> >> The

Re: Camel : Date Pattern

2010-01-12 Thread Claus Ibsen
Hi Check ticket https://issues.apache.org/activemq/browse/CAMEL-2353 On Wed, Jan 13, 2010 at 6:37 AM, Claus Ibsen wrote: > Hi > > The issue is that your pattern is complex and it contains additional : chars. > I will get that fixed in the next release. > > > On Tue, Jan 12, 2010 at 6:26 PM, tite

Re: Camel : Date Pattern

2010-01-12 Thread Claus Ibsen
Hi The issue is that your pattern is complex and it contains additional : chars. I will get that fixed in the next release. On Tue, Jan 12, 2010 at 6:26 PM, titexe wrote: > > to retrieve the Date in the header of the message, i put the following code : > > >        ${date:now:-MM-dd'T'HH:m