Re: [DISCUSS] - Camel Maven Archetype for Standalone Java

2012-01-26 Thread Claus Ibsen
On Wed, Jan 25, 2012 at 4:14 PM, Christian Schneider wrote: > Am 25.01.2012 14:58, schrieb Claus Ibsen: > >> >> It is *not* trivial for people getting started with Camel to figure >> out how to use a Spring XML file for the regular Spring stuff. >> And then how to add Camel in there, and use the J

Re: [VOTE] Release Apache Camel 2.8.4

2012-01-26 Thread Claus Ibsen
+1 On Wed, Jan 25, 2012 at 2:24 PM, Hadrian Zbarcea wrote: > A new patch release candidate apache-camel-2.8.4 is out with approximately > 88 issues resolved: improvements and bug fixes [1]. > > Please find the staging repo here: > https://repository.apache.org/content/repositories/orgapachecamel-

Re: Separate Logfiles per context

2012-01-26 Thread Dr. Martin Menzel
Am 26.01.2012 11:52, schrieb Łukasz Dywicki: Sure you can do that, Only one thing you need is logging framework which supports MDC eg log4j or logback. http://camel.apache.org/mdc-logging.html Camel pushes then a camelContextId. That allows you to use MDC appender and variables: log4j.append

Re: Separate Logfiles per context

2012-01-26 Thread Łukasz Dywicki
Sure you can do that, Only one thing you need is logging framework which supports MDC eg log4j or logback. http://camel.apache.org/mdc-logging.html Camel pushes then a camelContextId. That allows you to use MDC appender and variables: log4j.appender.sift=org.apache.log4j.sift.MDCSiftingAppende