Re: Shared static members in components

2013-02-11 Thread Charles Moulliard
Hi Henrik, What you suggest corresponds to what we have done for "direct-vm" component of camel ( https://github.com/apache/camel/blob/trunk/camel-core/src/main/java/org/apache/camel/component/directvm/DirectVmComponent.java) where we use a static variable to register Consumer. This is not the cas

Re: About 4 method signatures by the ClassResolver API

2013-02-11 Thread Christian Müller
+1 I see your point. Doesn't make sense to me too. Best, Christian On Fri, Feb 8, 2013 at 11:42 AM, Babak Vahdat wrote: > Hi > > Looking at the public ClassResolver API (among others) it provides 4 > methods > taking over the concrete to be loaded Class type: > > > http://camel.apache.org/maven/

Re: [camel-extra] 2.10.1 release

2013-02-11 Thread Henryk Konsek
>> If everything will be in order, I'll start synchronization with the >> Maven Central in a few days. I started synchronization of the 2.10.1 release with Maven Central. I'll stage 2.10.2 release this week (hopefully). -- Henryk Konsek http://henryk-konsek.blogspot.com

Shared static members in components

2013-02-11 Thread Henryk Konsek
Hi, I would like to have your opinion about sharing static members in the Camel components. Imagine the following scenario. I want to create a Camel component that would be deployed on ServiceMix. I want my component to cache some state and share it between the ServiceMix bundles. For example I

Support for zip (de)compression

2013-02-11 Thread Daniel Gredler
Hi guys, I've submitted a (backwards-compatible) patch adding support for the zip (de)compression format [1]. The current ZipDataFormat actually implements "deflate" (de)compression. Please take a look when you get a chance. Thanks! Daniel [1] https://issues.apache.org/jira/browse/C

camel pull request: CAMEL-6064: updated Wire Tap onPrepare to process new E...

2013-02-11 Thread scranton
GitHub user scranton opened a pull request: https://github.com/apache/camel/pull/12 CAMEL-6064: updated Wire Tap onPrepare to process new Exchange Fix and updated Unit Test for CAMEL-6064. You can merge this pull request into a Git repository by running: $ git pull https://gith

camel pull request: Camel ssh component CAMEL-4713

2013-02-11 Thread scranton
Github user scranton closed the pull request at: https://github.com/apache/camel/pull/2

Re: About 4 method signatures by the ClassResolver API

2013-02-11 Thread Babak Vahdat
Hi Any Camel commiter out there willing to express his opinion about this? Babak Babak Vahdat wrote > Hi > > Looking at the public ClassResolver API (among others) it provides 4 > methods taking over the concrete to be loaded Class type: > > http://camel.apache.org/maven/current/camel-core/ap

Re: Regarding traceExceptions in Tracer

2013-02-11 Thread Claus Ibsen
Hi Please use the @user mailing list for your Camel questions as we say here http://camel.apache.org/mailing-lists.html On Mon, Feb 11, 2013 at 11:06 AM, BAnanth wrote: > Hi, > > This is regarding the tracer functionality in camel. > We want to persist the trace information in derby database. W

Regarding traceExceptions in Tracer

2013-02-11 Thread BAnanth
Hi, This is regarding the tracer functionality in camel. We want to persist the trace information in derby database. We also want to persist exception if any in the derby DB As per the documentation, the latter can be accomplished by setting traceExceptions = true; But even after setting trace ex

Re: [DISCUSS] - Moving towards Camel 2.11 release

2013-02-11 Thread Claus Ibsen
Thanks Biligin for adding the docs. We have a blocker issue related to OSGi https://issues.apache.org/jira/browse/CAMEL-6060 Which means many of the language components in OSGi dont work. I am not sure when the issue was introduced. Details in the ticket. We should get that CI build up and runni